If you have access to the database that the linked table is in, modify
it there. You can't modify a linked table. Alternatively, you can
import the linked table, then it won't be linked any more and you can
modify it. There are potential problems with this strategy, as you will
be working on a copy of the original table, so any new data that goes
into the original table from elsewhere will not be reflected in your
database.
Hello all
I know I can't make modification to a linked table. But I do want to
add a couple of field to each record so I can type aditional
information. I know I can import the table and then be able to do
whatever I want but then the data will not be real time update. Can I
run a macro to update the import table everytime I open the database?
or maybe another way around to have a couple of field add to the linked
table?
Thanks in advance
it there. You can't modify a linked table. Alternatively, you can
import the linked table, then it won't be linked any more and you can
modify it. There are potential problems with this strategy, as you will
be working on a copy of the original table, so any new data that goes
into the original table from elsewhere will not be reflected in your
database.
Hello all
I know I can't make modification to a linked table. But I do want to
add a couple of field to each record so I can type aditional
information. I know I can import the table and then be able to do
whatever I want but then the data will not be real time update. Can I
run a macro to update the import table everytime I open the database?
or maybe another way around to have a couple of field add to the linked
table?
Thanks in advance
Comment