ezfriend
Registered User.
- Local time
- Today, 01:40
- Joined
- Nov 24, 2006
- Messages
- 242
I have a report that I want to run with a recordset instead of using query?
The BE database is connected through a ADODB.Connection and BE tables are not linked to the front-end. It was done this way to prevent the number of active connections to the BE since we have so many users using this small application.
I have been googling all day to day and searching this forum, but could not find a good tutorial on how to create MS Access reports with recordset.
My plan is when the Report is open, I will create a SQL statement which retrieve records to a recordset (m_rs), then loop through the recordset and populate the report.
Not sure how this is done.
Also need some help on setting up group value using recordset.
Thanks in advance.
EZfriend.
The BE database is connected through a ADODB.Connection and BE tables are not linked to the front-end. It was done this way to prevent the number of active connections to the BE since we have so many users using this small application.
I have been googling all day to day and searching this forum, but could not find a good tutorial on how to create MS Access reports with recordset.
My plan is when the Report is open, I will create a SQL statement which retrieve records to a recordset (m_rs), then loop through the recordset and populate the report.
Not sure how this is done.
Also need some help on setting up group value using recordset.
Thanks in advance.
EZfriend.