Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Very embarassing - Access query
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01063741
Message ID:
01063809
Views:
9
>OK, if insist
>Maybe I am missing something, but I don't see any reason for second select, why not just:
>
>select * from Visits;
>    INTO CURSOR test
>BROW
>
>
>Or if you want to join doctors table (if you select some fields from Doctors table), use LEFT join not INNER.
>
>select *, Doctros.SomeField;
>    FROM Visits;
>    LEFT JOIN Doctors ON Visits.DoctorField = Doctors.MatchingField
>    INTO CURSOR test
>BROW
>
>
>
Would not work.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform