Search results

  1. C

    Option Group Question

    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...
  2. C

    Option Group Question

    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...
  3. C

    New to VBA

    I have been building Access databases for a while using Macros, but never VBA. Been trying to learn but coming along slowly:banghead:
Back
Top Bottom