Not without opening the other database first. You can open a form from
another database in your current one, by writing a standard module piece of
code, then setting a reference to the other database in your current one:
First Database:
Public Sub OpenContractors()
DoCmd.OpenForm "frmContractors"
End Sub
Set a reference to First Database
(From any code window: Tools ... References):
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.