Hi Everyone,
I've been working on a little problem with the help of Mission2Java and I wanted to post a few questions here to try and further the solution to this probme along.
First - A simple question: When dealing with linked SQL Server tables in an A2002 front end does Access, when the db is opened, spool all of the records for the tables... or does this only happen when - either the user opens the table directly OR opens a form based on the table? If this only occurs when the user opens a table or a form based on a table then I have a solution to my problem if Access spools on the opening of the db then....
The Problem:
I have a recordset that was retrieved from a stored procedure. I need to be able to set a form's recordsource to be this retrieved recordset. Is there a way to do this..? and if so could someone possibly explain how?
I've been working on a little problem with the help of Mission2Java and I wanted to post a few questions here to try and further the solution to this probme along.
First - A simple question: When dealing with linked SQL Server tables in an A2002 front end does Access, when the db is opened, spool all of the records for the tables... or does this only happen when - either the user opens the table directly OR opens a form based on the table? If this only occurs when the user opens a table or a form based on a table then I have a solution to my problem if Access spools on the opening of the db then....
The Problem:
I have a recordset that was retrieved from a stored procedure. I need to be able to set a form's recordsource to be this retrieved recordset. Is there a way to do this..? and if so could someone possibly explain how?