working with a database from another one?

helmat

New member
Local time
Today, 06:47
Joined
Oct 3, 2006
Messages
3
i need a form in one database to use the data from the second one. is it possible? :confused: and the second problem is that i need to run some macros in that second db but use the arguments as selected in the form in the first db. can you help please? thanks ;)
 
You can try linking the tables you need from the first db into the second db. Then create your form in the second db where you now have access to the tables from the first db. Now you can run your macros residing in your second db based on the form you created using the linked tables from the first db.

In short, you now have a form and macro residing in the same database.
 

Users who are viewing this thread

Back
Top Bottom