Results 1 to 2 of 2
  1. #1
    jlclark4 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Dec 2010
    Location
    North Carolina
    Posts
    155

    Adding Quality Points to Option Boxes

    Hey



    I am trying to calculate the amount of point a question is worth based on the answer chosen in the Frame.

    For example:
    I have Frame 19 with Option 22 (Y), 24 (N) and 26 (N/A). If Option 22 is selected, I would like the 3 to appear in text574. If Option 24 or 26 are selected, I would like 0 to appear.

    In some cases, Y could equal 2 or 1 point(s).

    What should be done to get this to work? Am I overlooking something?

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    You would add code to the OnClick Event of the Option Group. I would use a Select Case structure to test the Value of the Option Group and make a decision.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. How too use check boxes and option buttons
    By newtoAccess in forum Forms
    Replies: 0
    Last Post: 12-03-2010, 04:41 PM
  2. Replies: 4
    Last Post: 12-03-2010, 04:05 PM
  3. Replies: 3
    Last Post: 11-03-2010, 09:53 AM
  4. Replies: 3
    Last Post: 11-02-2010, 10:15 AM
  5. Replies: 10
    Last Post: 08-01-2009, 06:48 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums