This entire situation creates a problem and it get
complicated,. definitely not something for beginners. The
only easy answer is to import the report into the db with
the data.
To get a report in one db to present data from another db
requires the report's record source query to know where the
data resides. This means the report must be modified so it
can set it's record source depending on how it is opened.
This can be done by using the OpenReport method's OpenArgs
to pass enough information for the report to figure it out
(probably best to provide the query's entire SQL statement.
BUT, if you do that for the other db, then you have to add
more code to make the report work correctly in its own db.
Are you sure you want to take oll of that on when you are
"new to using modules and/or codes"?
--
Marsh
MVP [MS Access]
So, the information on the report from the first database is not in the
second database. Does this pose a problem? I am new to using modules and/or
codes so if that is what I need to do can you please give me a little more
information on how to set that up?