I am using SQL Server as a back end to Access for the first time, and I am having difficulty understanding how the two work together.
Using Access VBA, I am able to open a connection to SQL Server, and I am able to execute a basic stored procedure (which accepts no parameters, just creates a...