Feb 7, 2003 #1 adi316 Programmer Sep 10, 2002 35 CA hi i got like 15 radio buttons on a form, is there a way to specify a default one when the form is loaded?
hi i got like 15 radio buttons on a form, is there a way to specify a default one when the form is loaded?
Feb 7, 2003 #2 LazyMe Programmer Jan 13, 2003 938 MX Yes, you can set the default value in the properties window. Or you can set the value of one of them to True in the Form_Load event. Greetings, Rick Upvote 0 Downvote
Yes, you can set the default value in the properties window. Or you can set the value of one of them to True in the Form_Load event. Greetings, Rick