I am creating an Access Project (Access 2003) connected to a SQL Server 2005 database. I need to present the results of a query (Stored procedure? -- ADO? -- View?) to the user on a form and allow him/her to make changes. I will have concurrent users. What is the best way to do this? Do you have a code example? The query is an inner join between two tables. Changes are only made to one table. This was so easy in Access.
Start Free Trial