Results 1 to 3 of 3
  1. #1
    Wendigo is offline Novice
    Windows 7 32bit Access 2003
    Join Date
    Feb 2013
    Posts
    4

    Option radio button to input text - Question

    Hello,



    I came across with a code that in fact does what I want.
    The problem is that the shading of the option button (on the form) goes grayed out, and if I move on to another field,
    all three option buttons on this page grey out.

    How can I alter this so that the selected option button stays selected, when moving from field to field?
    Thanks in advance, hopefully what I'm after makes sense.

    Above is the code I'm using:


    Private Sub Frame1_AfterUpdate()
    Select Case Frame1

    Case1
    Me.High = "High"
    Case2
    Me.High = "Low"
    Case3
    Me.High = "n/a"

    End Select
    End Sub

  2. #2
    alcapps is offline Competent Performer
    Windows 8 Access 2010 32bit
    Join Date
    Jan 2012
    Posts
    292
    maybe you can post your form and we can take a look. nothing wrong with this code that I can see.

  3. #3
    Wendigo is offline Novice
    Windows 7 32bit Access 2003
    Join Date
    Feb 2013
    Posts
    4
    Hi alcapps, I've finally solve this out, Just by Unbound it I guess
    Thanks

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

Similar Threads

  1. Radio buttons within Option Group not working
    By losingmymind in forum Programming
    Replies: 7
    Last Post: 01-09-2013, 03:09 PM
  2. Replies: 1
    Last Post: 09-20-2011, 05:57 AM
  3. Option/Radio Button Problem
    By benthamq in forum Forms
    Replies: 6
    Last Post: 09-16-2011, 09:48 AM
  4. Replies: 6
    Last Post: 07-20-2011, 11:54 AM
  5. option group radio buttons
    By ManC in forum Forms
    Replies: 9
    Last Post: 03-08-2010, 03:46 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