Hi,
i have a linked table in my DB, and i have created Append and Update queries for both inserting new records , and for updating existing ones.
but since there are many linked tables in my DB, i am realizing this way of doing this to be a pain, really.
my question is that is it possible and how can i do both the Append and Update actions in just one query or something like that , so that i don't have to create an Append query for each table, and then redo the steps for another update query and have to run the two queries for each table when i have some new (and updated) records to be written to my tables.
thanks in advance for your help.