Hi,
I’ve created a form that has several columns that are Yes/No. Presently I have bound control of these boxes to the table they came from, so that any entry to them will be reflected in the table. I would like to make them check boxes on the form, so that the person doing the input just needs to click for Yes or leave blank for No. Could someone please tell me how I would do this to ensure that the entries made on the form are still reflected in the table? I tried replacing the current input boxes with the check boxes, but could not find a method to ensure that they would be bound, so I reverted back to the boxes that require a Yes or No input.
Thanks for any help.