B
Bobness3
I have an Access library which is referenced in my current db (Access97).
Both databases contain a report of the same name - ie: "rptSummary". When
calling a Sub from the current db, passing as an argument the name of the
report to print, it always references the one in the library. I have tried
using the statement "set db = currentdb" in the calling routine, but it
always goes the report in the library.
Is there any way to specifically refer to the report in the current database?
Thx
Bob
Both databases contain a report of the same name - ie: "rptSummary". When
calling a Sub from the current db, passing as an argument the name of the
report to print, it always references the one in the library. I have tried
using the statement "set db = currentdb" in the calling routine, but it
always goes the report in the library.
Is there any way to specifically refer to the report in the current database?
Thx
Bob