G
Guest
I have a one page report that has its Record Source point to a select
statement that joins five sql2k linked tables.
The performance of the report became an issue recently. I am thinking re-do
the data access may help.
This is access 97. I could make an ADO.command calls a sql stored procedure
to return a recordset.
Does Access report bind to a recordset directly as its "Record Source", or I
have to map field by field manually?
Am I barking on the right tree? On the data access, what is the most
efficient way?
Thanks!
statement that joins five sql2k linked tables.
The performance of the report became an issue recently. I am thinking re-do
the data access may help.
This is access 97. I could make an ADO.command calls a sql stored procedure
to return a recordset.
Does Access report bind to a recordset directly as its "Record Source", or I
have to map field by field manually?
Am I barking on the right tree? On the data access, what is the most
efficient way?
Thanks!