I have several databases, and a couple of tables are linked from one db to another. The thing is from db A, I would like to also use a couple of forms of dbB. This is because in order to create a complete record in db A I need first to enter some data in db B. So i figured I would call from THIS form THAT Form, filled the data in THAT form, close it and continue filling the rest of the needed data in THIS form.
How it is being done right now, is we go to db B, open THAT form, fill data. Then we go to db A , open THIS form and complete the record.
I want to be able to call THAT form from THIS form (being those two forms in different db)
Can I open a form from another db? how? I dont want to link tables, having different db is a need.
Thank you
How it is being done right now, is we go to db B, open THAT form, fill data. Then we go to db A , open THIS form and complete the record.
I want to be able to call THAT form from THIS form (being those two forms in different db)
Can I open a form from another db? how? I dont want to link tables, having different db is a need.
Thank you