Hi,
I have a linked Excel file which contains many duplicative values. I need to get the unique values of 1 field and put them into an existing table with an update query. I could figure out how to create a select query that removes duplicates but I can't use this as the source to update an existing table since I always get the message: "Operation must use an updateable query". I can create a "create table" query but I'd need an update query since I need to define a primary key on the table that is to be updated.
Is there anyway to do that....and is it possible to do it in 1 phase rather than creating a select query that filters out duplicate and then another query that would update my table?
Thanks a lot
I have a linked Excel file which contains many duplicative values. I need to get the unique values of 1 field and put them into an existing table with an update query. I could figure out how to create a select query that removes duplicates but I can't use this as the source to update an existing table since I always get the message: "Operation must use an updateable query". I can create a "create table" query but I'd need an update query since I need to define a primary key on the table that is to be updated.
Is there anyway to do that....and is it possible to do it in 1 phase rather than creating a select query that filters out duplicate and then another query that would update my table?
Thanks a lot