I need to append data from a sheet to an existing table. One of the fields in the existing table is a lookup field (its data type is a number.)
How can I write a query to append a string of text to this field?
If I append the primary key which corresponds to the text, it works, but the inserting the text itself doesn't work.
(i.e. apple's primary key is 62. If I have "apple" in my sheet that I want to append to the table, it doesn't work - nothing shows up. But if I have "62" in my sheet, then it appends it.)
Thanks very much in advance.
How can I write a query to append a string of text to this field?
If I append the primary key which corresponds to the text, it works, but the inserting the text itself doesn't work.
(i.e. apple's primary key is 62. If I have "apple" in my sheet that I want to append to the table, it doesn't work - nothing shows up. But if I have "62" in my sheet, then it appends it.)
Thanks very much in advance.