G
Guest
I have a list of products on a form with "To send" and "Sent" check boxes
beside them. At the top of the form, I have a button that runs an update
query to move all records marked as "To send" to "Sent" (ie. where the "To
send" value is True, amend this to False and change the corresponding "Sent"
field to True).
The query works fine for all records except the one currently selected.
What is the correct code I need to use to save all changes to the records and
unlock them so that the query will run successfully, assuming this will be
all I need to do?
Regards,
Jedster
beside them. At the top of the form, I have a button that runs an update
query to move all records marked as "To send" to "Sent" (ie. where the "To
send" value is True, amend this to False and change the corresponding "Sent"
field to True).
The query works fine for all records except the one currently selected.
What is the correct code I need to use to save all changes to the records and
unlock them so that the query will run successfully, assuming this will be
all I need to do?
Regards,
Jedster