snoopy80
Technical User
- Jun 27, 2001
- 106
Hi Everyone.
Let say I have an Access DB with a report when run, would request to enter a parameter (as criteria filter) then would display a list of people. For ex: when i open the report it then run a query that will ask me the enter a first name and when I enter John, it will then display a list a people with first name John in the report.
Now I have convert the DB to SQL to hold the tables and use view to replace queries. My question is how can I run this same report from Access to prompt to enter a First Name and then pass it to a SQL view to filter data and display it back with the report?
Thank you for your help.
Let say I have an Access DB with a report when run, would request to enter a parameter (as criteria filter) then would display a list of people. For ex: when i open the report it then run a query that will ask me the enter a first name and when I enter John, it will then display a list a people with first name John in the report.
Now I have convert the DB to SQL to hold the tables and use view to replace queries. My question is how can I run this same report from Access to prompt to enter a First Name and then pass it to a SQL view to filter data and display it back with the report?
Thank you for your help.