G
Guest
what is the correct way to update a table with data from another table in
another database. I have a table which is missing information. This
information is held in another database (which I dont want to link) and I
want to import the fields in to the current database. If I use an update
query how so I represent the foreign database field eg is it
[databasename]![databasefield] or [databasename].[databasefield] or am I
barking up the wrong tree?
Is an update query the correct thing to use?
another database. I have a table which is missing information. This
information is held in another database (which I dont want to link) and I
want to import the fields in to the current database. If I use an update
query how so I represent the foreign database field eg is it
[databasename]![databasefield] or [databasename].[databasefield] or am I
barking up the wrong tree?
Is an update query the correct thing to use?