Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to reference forms for query criteria

Status
Not open for further replies.

handlebars

Technical User
Joined
Feb 18, 2003
Messages
270
Location
GB
I am new to SQL server and am using an access adp to connect to a backend sql server. What i cannot find anywhere in the documentation is how to specify forms within SQL query (like using the builder in access).

Do you have to do it through code?

Any pointing in the right direction would be appreciated.

Andrew
 
Yes you have to do it through code. Basically you set the value of the form field to a variable, then use the variable as an input value for a stored procedure.

forum705 is where you shouold be able to find code examples


Questions about posting. See faq183-874
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top