Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Asking a question in a query
Message
 
 
To
23/11/1999 16:19:35
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00294620
Message ID:
00294645
Views:
28
>How do you ask a question in a query such as
>
>Enter Current Month Accounting Period (ex: 0200)
>
>in the query table abc
>Acctg_prd item desc cost
> 0200 123456 a table 12.05
>
>this is in VFP 6.0
>
>Thank you
>Kevin

you mean like:

select * from Accounts where account = ?cAccountNumber

Then when you run the query, you will be prompted for cAccountNumber
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform