Linking Access Reports

  • Thread starter Thread starter david.isaacks
  • Start date Start date
D

david.isaacks

Can you link Access Reports similar to Access Tables? I woul djust like
to have a Access file with only a form and the linked reports.

thanks,
David
 
Hi, David.
Can you link Access Reports similar to Access Tables?

No. You can only link to data sources, such as tables in other Access
database files or databases, such as SQL Server, or link to files in other
file formats, such as text, spreadsheets, et cetera.

But you could write a VBA procedure that opens the other database and
displays the relevant reports, one at a time. Or you can copy the reports
from the other database into the current database and set the data source as
either a remote query or a query based upon a linked table.

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/expert_contributors2.html for contact
info.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top