Advisedwolf
Instructor
Hi,
I have a record status field, the options within this combo box are: Open, Closed, Rejected, Re-Opened
If a record is Re-Opened, then I have an update query that updates the appropriate status in two other tables.
The macro running this query is actioned upon the "On Close" property of the form itself.
The problem I have, is that this is updating ALL records, and I need it to ONLY update the record status of the particular record that was just set to Re-Opened.
I.e. Record 1 in table1 is re-opened,
therefor, record 1 in table2 and record 1 in table 3 is updated.
How can this be achieved?
Kind Regards
Gavin
I have a record status field, the options within this combo box are: Open, Closed, Rejected, Re-Opened
If a record is Re-Opened, then I have an update query that updates the appropriate status in two other tables.
The macro running this query is actioned upon the "On Close" property of the form itself.
The problem I have, is that this is updating ALL records, and I need it to ONLY update the record status of the particular record that was just set to Re-Opened.
I.e. Record 1 in table1 is re-opened,
therefor, record 1 in table2 and record 1 in table 3 is updated.
How can this be achieved?
Kind Regards
Gavin