Hey all!
Here's what I want to do:
I have database A.mdb and database B.mdb. They are both using SQL
linked tables, and I am utilizing a username/password login reference
the SQL tables. Each database has its specific purpose, and each has a
main menu form which signifies what each does.
What I want, is to have a button on database A's main menu form which
will launch the main menu form of database B (as if the user started in
database B). When the user is done with database B and exits, it goes
back to database A.
I know I can "reference" an external database and get to it's modules,
but how do I open a form in the other database?
Any help would be great....thanks !
Here's what I want to do:
I have database A.mdb and database B.mdb. They are both using SQL
linked tables, and I am utilizing a username/password login reference
the SQL tables. Each database has its specific purpose, and each has a
main menu form which signifies what each does.
What I want, is to have a button on database A's main menu form which
will launch the main menu form of database B (as if the user started in
database B). When the user is done with database B and exits, it goes
back to database A.
I know I can "reference" an external database and get to it's modules,
but how do I open a form in the other database?
Any help would be great....thanks !
Comment