populating tables

G

Guest

You could use an append query to add new rows or an update
query to modify columns in existing rows based on criteria.
 
Top