P
postman
Is it possible to run an Update query on all records in a table
automatically.
I have a database with about 120,000 entries with 4 sets of prices. I wish
to run a price matrix (update query) against this database. The price matrix
has 4 columns:
1.autonumber field.
2.query criteria:Between xxx And xxx to filter the records
3.3 columns by 50 rows (records) of prices to be applied in the update.
Otherwise will have to make a form with a combobox and manually apply the
query 50 times.
Is there a way to automate this process with a stepped
routine that will "blip" it in one go.
Thanks.
automatically.
I have a database with about 120,000 entries with 4 sets of prices. I wish
to run a price matrix (update query) against this database. The price matrix
has 4 columns:
1.autonumber field.
2.query criteria:Between xxx And xxx to filter the records
3.3 columns by 50 rows (records) of prices to be applied in the update.
Otherwise will have to make a form with a combobox and manually apply the
query 50 times.
Is there a way to automate this process with a stepped
routine that will "blip" it in one go.
Thanks.