I have 2 checkboxes on a continuous subform.
I was wondering how to make one of the checkboxes to automatically
revert to 'blank' if I choose the other checkbox.
And also both to stay blank if i don't want either checkbox, checked.
I would hate for both checkboxes to have a check.
1st checkbox is named chkCancel with a Control Sourse of Cancel.
2nd checkbox is named chkWaitList with a Control Source of Waitlist.
If neither checkbox is marked, then that means the person has a good reservation.
I thought about canning the checkbox method and use just 1 field to toggle
any of the 3 conditions but i could not figure out when a WaitList pick changes
to a good blank pick, then how to blank out the answer.
I mean, I didn't want to pick a condition for when a person is booked okay.
right now, no checkbox means they are okay to travel. Sorry for any confusion.
I was wondering how to make one of the checkboxes to automatically
revert to 'blank' if I choose the other checkbox.
And also both to stay blank if i don't want either checkbox, checked.
I would hate for both checkboxes to have a check.
1st checkbox is named chkCancel with a Control Sourse of Cancel.
2nd checkbox is named chkWaitList with a Control Source of Waitlist.
If neither checkbox is marked, then that means the person has a good reservation.
I thought about canning the checkbox method and use just 1 field to toggle
any of the 3 conditions but i could not figure out when a WaitList pick changes
to a good blank pick, then how to blank out the answer.
I mean, I didn't want to pick a condition for when a person is booked okay.
right now, no checkbox means they are okay to travel. Sorry for any confusion.