Laura,
If you place your two check boxes (one for Yes and one for no) in a Group or Frame control, then only one of them can be checked at any one time and you will not need any code.
HTH
Having two fields - one yes and one no is NOT good database design. It should be ONE field only Yes is selected, NO is not.
Actually, I like the option group method with a Yes/No and then you can set the value of yes to -1 and No to 0 and then it is just like having a checkbox - you get two things (a yes and a no) but you store only the value of the option group frame to the bound field.Hello and thank you for all the responses. Since I am continuously learning I appreciate all the feedback - I put two fields on the form so they would have a visable choice. I tried to do the toggle switch and couldn't find any Event named On Modify - where is this located?
So if I'm hearing everyone correctly there should be one field for yes. There is really no need for a "no" field. I have a lot of people both clinical and administrative who want Yes/No for visual purposes but I will do what is best for the database.
I don't know how to put the two boxes in a Frame or Group control so I will just eliminate the No field.
Thank you and any more discussion is welcome and wanted.
Laura
Just use onclick. it should do the same thingI tried to do the toggle switch and couldn't find any Event named On Modify - where is this located?