I ran the program and made the selection, but it only runs the MsgBox saying "I have not made a selection". I got the code from a book (Dummies Access 2010) so not sure why it doesn't work. How would you recommend setting up code to open forms based on user selection? Any help you could provide...
I am trying to use an option group as well to open forms.
I have entered the code as described in the book, however when I run the code it says I haven't selected an option. See code below. Any help would be appreciated. Thanks
Private Sub OkButton_Click()
Select Case Me!WhereTo.Value...