S snagrat Registered User. Local time Today, 00:52 Joined Apr 2, 2002 Messages 61 Mar 3, 2003 #1 Quick simply question I think. I have 4 option buttons on my form and I only want one of them to be selected at a time. Is there a simple way of doing it?? Cheers
Quick simply question I think. I have 4 option buttons on my form and I only want one of them to be selected at a time. Is there a simple way of doing it?? Cheers
Mile-O Back once again... Local time Today, 00:52 Joined Dec 10, 2002 Messages 11,316 Mar 3, 2003 #2 Rather than use the option buttons you'd have been better using the Option Group control to make what you want. It's the tool with the frame topped with XYZ.
Rather than use the option buttons you'd have been better using the Option Group control to make what you want. It's the tool with the frame topped with XYZ.
S snagrat Registered User. Local time Today, 00:52 Joined Apr 2, 2002 Messages 61 Mar 3, 2003 #3 Oh thats why it wasn't working. I had created the option buttons and then the frame. Works fine now though. Cheers Again
Oh thats why it wasn't working. I had created the option buttons and then the frame. Works fine now though. Cheers Again
S snagrat Registered User. Local time Today, 00:52 Joined Apr 2, 2002 Messages 61 Mar 3, 2003 #4 Right got them working nicely with the code and everything....only thing now is how do I make one of them be set as default on form load??
Right got them working nicely with the code and everything....only thing now is how do I make one of them be set as default on form load??
S snagrat Registered User. Local time Today, 00:52 Joined Apr 2, 2002 Messages 61 Mar 3, 2003 #5 Any body?