hi,
i have multiple tables containing similar records. i want to merge them into one table. therefore i use an update query and map the fields from the various tables to the ones in my target-table. but i need to keep track from which table a record comes, so id like to add a literal "TABLE_XY" in the ORIGINALTABLE field in the resulting table to each record. but the query designer always wants a source-field. I cant just put a literal anywhere an select ORIGINALTABLE in "Append To"...
what to do? do i really have to add a NAMEOFTHISTABLE field to the original tables...?
thanks for your help!