G
Graham Payton
Hi
I have a report that I wish to populate from a recordset.
In the report I have put some code into the On Open event.
This basically runs a stored procedure and populates a recordset that I
have. I then want to make this recordset the source for the report. I
tried the following, but it didn't work.
Me.ControlSource = rstTodaysData
Can anyone tell me how to get my report to run from my recordset?
Thanks in advance
Graham
I have a report that I wish to populate from a recordset.
In the report I have put some code into the On Open event.
This basically runs a stored procedure and populates a recordset that I
have. I then want to make this recordset the source for the report. I
tried the following, but it didn't work.
Me.ControlSource = rstTodaysData
Can anyone tell me how to get my report to run from my recordset?
Thanks in advance
Graham