I have two checkboxes (one for pass and other for fail) placed on a vb 6 app form attached to an access 97 database numeric column value 1 or 0..
what i want is when user click's on one of the check boxes the other has to be unchecked.(more work like an option button)
How do I accomplish this.. which event of checkbox can I use. Check_click event seems to be firing when the form loads..
Yes my user wants check boxes and not option buttons that is why I have to use check boxes..
thanks for any help..
what i want is when user click's on one of the check boxes the other has to be unchecked.(more work like an option button)
How do I accomplish this.. which event of checkbox can I use. Check_click event seems to be firing when the form loads..
Yes my user wants check boxes and not option buttons that is why I have to use check boxes..
thanks for any help..