M
Michelle
Hello,
I have two databases:
Database A - I want to link to a form here
Database B - I want a subform in database B that links/displays the
form in database A, this way I can put a button on my form to close
and return to Database B.
I was able to create the connection to database A by using:
Dim objACC As New Access.Application
Set objACC = GetObject("\\170.88.217.115\Reporting\Autobot
\Autobot_Master.mdb") 'open first database
objACC.DoCmd.OpenForm ("Report_Generation_Form")
I would rather just put the form on a subform in my current database.
I know this sounds confusing. . . but any help would be great!
I have two databases:
Database A - I want to link to a form here
Database B - I want a subform in database B that links/displays the
form in database A, this way I can put a button on my form to close
and return to Database B.
I was able to create the connection to database A by using:
Dim objACC As New Access.Application
Set objACC = GetObject("\\170.88.217.115\Reporting\Autobot
\Autobot_Master.mdb") 'open first database
objACC.DoCmd.OpenForm ("Report_Generation_Form")
I would rather just put the form on a subform in my current database.
I know this sounds confusing. . . but any help would be great!