How to update Rows

  • Thread starter Thread starter subbu
  • Start date Start date
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
 
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
 
Back
Top