How to update Rows

S

subbu

Hi,
I am using appendquery to insert rows to the table.My
requirement is to update only the rows that were
inserted.How to track the new rows only

regds
subbu
 
G

GL

You could set up a yes/no field in the table and have the
append query set it to Yes. Then go back and only update
the records that have that field set to yes. Hope this
helps.
GL
 
Top