I have an odbc linked table in database one. Using the transferdatabase method I want to copy the table into database two as an embedded table (not linked). I have tried to do this but an odbc linked table appears in database two.
Database two will be sent to users who are not based on the network. I could create the table structure in database two and use an insert query to populate the data from database one, but I would prefer to use the transferdatabse method.
C
Database two will be sent to users who are not based on the network. I could create the table structure in database two and use an insert query to populate the data from database one, but I would prefer to use the transferdatabse method.
C