Hi,
this is a very simple question, but has me quite simply a tad lost.
I have a form bound to a table. In the table I want to create a yes/no field.
I choose to create an option group to display the result of the field.
I.e. Is this person a smoker, Yes/No.
But, when a new record is created, the No option is already pre selected. I don't want the pre selection because I want to prompt the user to choose. As it turns out, in the field of the table, the 0 value is already assigned by default.
I've tried assigning NULL to the table default value property plus everything else I can think of but it always comes out to 0.
I don't mind if it's not an option group. A simple drop box that shows Yes/No would suffice, as long as it doesn't have a value preselected after record creation.
Does anyone have any ideas?
Thanks in advance.