R
Rover
I have a database that is split. The tables reside on a server and the
queries forms reports etc. reside separately. I just found out that a
copy of a table (I do that copy in a form) appears to just be pointing
to the original table. Furthermore any updates I do to the copied table
are happening on the original table.
In the linked Table Manager:
=> originalTable (\\computer\folder\database.mdb)
=> copiedTable (\\computer\folder\database.mdb)
yet when I go to the database there is no table named copiedTable.
What am I doing wrong?
Jim
queries forms reports etc. reside separately. I just found out that a
copy of a table (I do that copy in a form) appears to just be pointing
to the original table. Furthermore any updates I do to the copied table
are happening on the original table.
In the linked Table Manager:
=> originalTable (\\computer\folder\database.mdb)
=> copiedTable (\\computer\folder\database.mdb)
yet when I go to the database there is no table named copiedTable.
What am I doing wrong?
Jim