TobyAlcock
MIS
I am trying to write an append query to convert data from an old database to a newly constructed one.
I have built the required table with underlying lookup tables for a few fields, and I am trying to import the data, using the fields' viewable column as set to the data from the lookup column to allow me to paste the text directly into the table.
The field I want is a text field, but the lookup field is obviously a number.
Is the easiest way to make the append query make a temporary table in the new database, then run another query from the new database to convert this and append to the required table?
Any help on this topic would be appreciated
I have built the required table with underlying lookup tables for a few fields, and I am trying to import the data, using the fields' viewable column as set to the data from the lookup column to allow me to paste the text directly into the table.
The field I want is a text field, but the lookup field is obviously a number.
Is the easiest way to make the append query make a temporary table in the new database, then run another query from the new database to convert this and append to the required table?
Any help on this topic would be appreciated