Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing variable to Local View
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00701291
Message ID:
00701381
Views:
13
Thanks Martin,
Unfortunately this didn't work for me. But I found that the following worked:

SELECT Suspense.policyno, Suspense.claim, Suspense.drftamt,;
Suspense.dduedate, Suspense.claimname, Suspense.dol, Suspense.ssn,;
Suspense.adjustor, Suspense.clmoffice, Suspense.ntlogin,;
Suspense.controlnum, Suspense.susp_code, Suspense.den_code,;
Suspense.accepted, Suspense.denied;
FROM suspense;
WHERE Suspense.clmoffice IN ?param1,?param2,param3, etc..


Cheers,
Suzi Taylor
Previous
Reply
Map
View

Click here to load this message in the networking platform