W
wdeleo
Can someone please give me the syntax to set a radio
button to "on" with code?
Thanks so much!
button to "on" with code?
Thanks so much!
-----Original Message-----
assuming that you are setting this on the on open event of a form
me relates to the current form
forms!myform.Q1_radio = true
would do the same thing
.