Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Populating a report using a recordset

Status
Not open for further replies.

Orion45

IS-IT--Management
Feb 6, 2002
155
US
I am working on an Access application that is completely transactional meaning that it uses ADO recordsets instead of linked tables to access and modify data. This approach is working out well but I cannot figure out how to create an unbound report that connects itself to a recordset in the Open event. Does any one have any experience with this? Can it be done at all? Any help is greatly appreciated.
 
In Access Help, search for "Recordset Property". They are doing that, with 2 differences:

They are using a form, not a report, and they are using the connection to the local Access DB.

I tried doing what you're looking for, and I get "This feature is not allowed in an MDB."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top