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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server/ MS Access parameter queries

Status
Not open for further replies.

kena1921

Programmer
Oct 26, 2008
9
GB
Hi

I am a fairly experienced MS Access programmer but have less experience of SQL Server. I am building an Access/SQL Server client/server app and I'm looking for some advice on the best ways of dealing with parameter queries.

For example I have a form in Access with a dropdown. I need to take the dropdown value, use it as criteria in a query, send this to the SQL data and display the returned results on the form etc. I have been trying to achieve this using a pass thru query - I'm ok with getting a non paramter pass thru to work but what I'm unsure of is getting it to work whilst passing the paramter. I suspect I need to use a query def but I'm unsure how.

All advice gratefully received, this is fairly urgent - some simple examples would be of great use.

Many thanks

Ken
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top