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 the price fields in the
database.
The price matrix has 4 columns:
1. autonumber field.
2. query criteria:Between xxx And xxx to filter the records in the first
column of the price fields in database.
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 or a
continuous form and scroll through manually 50 times.
Is there a way to automate this process with a stepped
routine (SQL?) 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 the price fields in the
database.
The price matrix has 4 columns:
1. autonumber field.
2. query criteria:Between xxx And xxx to filter the records in the first
column of the price fields in database.
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 or a
continuous form and scroll through manually 50 times.
Is there a way to automate this process with a stepped
routine (SQL?) that will "blip" it in one go.
Thanks.