M
Marco Castro
I'm trying to create a small vb function from inside an access database that
will copy a few tables that I am using to another access database.
Currently the tables that I want to copy are linked. If I try to use
TransferDatabase to export them they end up creating a link at that database
instead of 'real' tables.
I tried to specify the full path of where the real tables are but I keep on
getting an error that they can't be found. So either I'm getting the syntax
for it wrong or the TransferDatabase function only accepts local objects.
Does anyone know how I can get around this? Putting the code where the real
tables are and running it from there is not an option.
Thanks for any help.
will copy a few tables that I am using to another access database.
Currently the tables that I want to copy are linked. If I try to use
TransferDatabase to export them they end up creating a link at that database
instead of 'real' tables.
I tried to specify the full path of where the real tables are but I keep on
getting an error that they can't be found. So either I'm getting the syntax
for it wrong or the TransferDatabase function only accepts local objects.
Does anyone know how I can get around this? Putting the code where the real
tables are and running it from there is not an option.
Thanks for any help.