Get value in report from another database

  • Thread starter Thread starter Joseph
  • Start date Start date
J

Joseph

Hi, there!

Does anyone know how to get a value in a report from
another Access database to current Access database using
VBA? Thanks in advance.

Sincerely,
Joseph
 
Joe:

The best way to do that is to link the tables from one DB into the next and
then use a basic query on the linked tables, or include the linked table in
your report's underlying query.
 

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