Hi WIKLENDT,
To Link to tables in another database from the drop down menue choose:
File
Get External Data
Link Tables
At this point the Link window will pop up for you to navigate to the database whose tables you want to link to. On selecting the required database another window will pop up for you to select all the tables you want to link to, you can do this one at a time or by selecting each table you want to link to and then clicking the "OK" button or if you want to link to all of the tables in that database choose the "Select all" button. Then a link to those tables will be automatically made.
You need to note at this point because you will have tables in your destination database with the same name, what access will do is add a number to the end of the linked table, for instance a table in your destination database with the name of tblMyTable will have for the linked table tblMyTable1 and so on for each different link to each database you link to i.e. tblMyTable2, tblMyTable3 etc
You can identify linked tables because they will have a right pionting arrow to the left of the table object.
I would suggest that once you have linked to the desired tables in each of the databases that you rename your linked tables to help you identify which database they are linked to, for instance:
tblMyTable [the table in your destination database]
tblMyTable1 rename as tblMyTable_Victoria
tblMyTable2 rename as tblMyTable_Sydney
and so on for each database you link to. This will help considerably when you come to creating your append queries, because you will be able to easily identify where you are appending data from to your destination table to your destination database.
This is how I would approach it, and there may be others who might do things differently, which might appeal to you more than my approach, anyway I hope this will go some way to helping you get the solution you want, I'm a happy to assist further if I can.
John