MS Access: Set focus on a Radio Button
I have 6 radio buttons on a form. I want the form to open with the 3rd radio button selected. Instead when I open the form it has the 4th radio 开发者_Python百科button selected.
Thanks!
setting the default value in the option group of the radio buttons!
精彩评论