Jigna has attended:
Access Intermediate course
Append Update query
Can I append and update data selectios at the same time? For example I would like to add data from one table and update a field so I can see what data was appended
RE: Append Update query
Hi Jigna
The best way to do this is to create an Update Query and run it on the table which contains the data to be appended.
Once the data is updated then run the Append Query.
If you need to do these two actions simultaneously then create a Macro which runs the two queries.
Regards
Carlos