marjo
11-22-2001, 01:23 AM
Hi,
I want to link (not import) a query into another database. is this possible, or can I just link tables in other databases? Is there maybe a VBA code to do so?
Thanks a lot
marjo
you can do either...no VBA required.
you can link tables in another database, (probably the best solution) by selecting Get External Data>Link Tables and selecting the db tables you desire.
or you can create a query with tables from another db, by starting a new query with the QBE grid. right click and select properties...set Source Database to
c:\YourPath\YourDatabase.mdb. you can then use this query in another query that accesses the tables in your db.
hth,
al
[This message has been edited by pcs (edited 11-22-2001).]
marjo
11-23-2001, 05:00 AM
Thank you very very much, it works!! http://www.access-programmers.co.uk/ubb/smile.gif)))