Hi All, I would appreciate it if someone could advise if this is possible. I would like to run an update query which gives the user the option of removing particular records from the query before it runs (if that makes sense). For example, after triggering the query a box pops up showing the following records:
Record No, Date, Officer No, Weight Quantity
1 22/2/14 959 10g
2 22/2/14 959 20g
3 22/2/14 959 50g
4 22/2/14 959 100g
5 22/2/14 959 200g
The user can then look at the list and opt to carry out the update for records 3 - 5 only. After making the selection the update query is triggered, updating the date to (for example) 28/2/14 for records 3 - 5.
Logically the first step would be a select query with perhaps a checkbox for each record which the user can use to select the appropriate records. Quite what you would do after that is beyond me at the moment (if it is even possible).
Thanks in advance. Sam
Record No, Date, Officer No, Weight Quantity
1 22/2/14 959 10g
2 22/2/14 959 20g
3 22/2/14 959 50g
4 22/2/14 959 100g
5 22/2/14 959 200g
The user can then look at the list and opt to carry out the update for records 3 - 5 only. After making the selection the update query is triggered, updating the date to (for example) 28/2/14 for records 3 - 5.
Logically the first step would be a select query with perhaps a checkbox for each record which the user can use to select the appropriate records. Quite what you would do after that is beyond me at the moment (if it is even possible).
Thanks in advance. Sam