i'm using access with sql server (.adp) and i have this query to insert records in a table:
INSERT table1 (field1, field2, field3)
SELECT (field1, field2, field3)
FROM table2
WHERE (condition)
this is an schema of my query...
What i want to do is to add and UPDATE sencence like this for...