I am an 80 yo that has not looked at any programming since the mid-70's & then it was dBase. I am attempting to write a membership application to replace a "hap-hazard" paper method currently used by my Ham Radio Club. I am using Access 2007 on a Win 10 HP Omen Desktop. I have created a "home page" which will be used to direct the user to various tasks, such as adding members or changing membership info. One of the tasks is to be able to view or print the roster by membership classifications, which are: All; Associate; Current; Inactive; Prospects; & Silent Keys.
I have created a "pop-up" form & populated it with an option group of 6 radio buttons using the above as labels. I intend to trap the user's choice to direct the program to the correct query using a select case. My home page opens up the pop-up form when the view/print button is selected but the Radio buttons only dim when selected and do not fill-in to show the choice selected (all the ones I have seen darken to show they have been selected?). I have checked to make sure that each button is "enabled". I wrote the below code on the form to try and establish that the buttons were working but get no response when running the app.
Textbox Code used on the form to try & trap the ogrpSort (my name for the option group) value & "ViewPrint" is the form name:
=[Forms]![ViewPrint]![ogrpSort]
Does Access 2007 VBA not darken the buttons when chosen and, if not, shouldn't I get the frame value in the textbox with the above code?
I did not find a thread addressing this, any help appreciated.
An "old dog" trying to learn new tricks!