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
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