Is it possible to create a 'button' on a form that will 'deselect' all of the Yes/No's that I 'selected in a query.
I have a query where I select items from a yes/no box by checking the box. What I would like the button to do is 'deselect' all the items I've checked.
The query is a 'master' query that contains all the items needed for a particular trip. So, by deselecting the items, I ensure that no items are removed or filtered out when someone else runs the master query; thinking that all the items are listed.
How would I go about do this. If it is possible, I will need lots of help. I'm not good at writing code! just thinking of ideas!
BTW...I have a form with a button that will run the query. So, if the same form can contain the button to 'deselect' the checked items, that would be fine for me.
TIA
I have a query where I select items from a yes/no box by checking the box. What I would like the button to do is 'deselect' all the items I've checked.
The query is a 'master' query that contains all the items needed for a particular trip. So, by deselecting the items, I ensure that no items are removed or filtered out when someone else runs the master query; thinking that all the items are listed.
How would I go about do this. If it is possible, I will need lots of help. I'm not good at writing code! just thinking of ideas!
BTW...I have a form with a button that will run the query. So, if the same form can contain the button to 'deselect' the checked items, that would be fine for me.
TIA