external form

R

rtr

Hello
I have two databases:
db1.mdb and db2.mdb

in my first db i have a form with a tabcontrol
in my first db i have also a reference to the second db, the db2

in my second db i have a form "my_frm_db_2"

i want put the form of the second db, the my_frm_db_2 in one page of my
tabcontrol of my first db.

How can do that?
 
T

tina

AFAIK, you can't. what you can do is to link the table(s) you need from db2,
into db1. then import the form you built in db2, and use it as a subform in
the tabbed form in db1.

hth
 

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

Top