Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing from two tables
Message
From
11/03/2009 16:59:52
 
 
To
11/03/2009 13:13:47
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01386983
Message ID:
01387279
Views:
60
Below is the SELECT Statement, I open and set the order on the two tables just before i execute the select

SELECT a.provid,a.provname, a.provad1, a.provad2, a.prov_city, a.prov_state,a.prov_zip,;
a.npi, a.membid,a.membname, a.mem_ad1, a.mem_ad2, a.mem_city, a.mem_st, a.mem_zip,;
a.mem_dob,a.diag1, a.diag2,a.diag3,a.diag4, a.PLACESVC, a.NBRUNITS, a.refprov_nm,;
a.prov_taxid, a.e_fname,;
b.begdt,b.enddt,b.svc_code,b.MODIF,b.qty, b.anthtime,b.billed, b.DIAGREF;
FROM clmhderr a,clmdterr b;
WHERE a.seq_no = b.seq_no AND SUBSTR(a.seq_no,1,8) = mmyy AND SUBSTR(a.error2,1,1) = 'E';
INTO CURSOR c_tmp

REPO FORM clmhderr_emp TO PRINT PROMPT
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform