Results 1 to 11 of 11

Thread: option buttons connected to other stuff

Hybrid View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2007
    Posts
    29

    Re: option buttons connected to other stuff

    i'm really lost when it comes to using visual basic. How can i make it so that it will take the values from my drop down list, and put them in my table as an entry.

  2. #2
    Don't Panic! Ecniv's Avatar
    Join Date
    Nov 2000
    Location
    Amsterdam...
    Posts
    5,343

    Re: option buttons connected to other stuff

    In Access on an Access Form:

    Create a frame control
    Rename the fram control to 'frmChoice'
    Drag n drop in two option buttons
    Change the text of the option buttons
    Set the frames default value to 1

    Code:
    select case fraChoice
     case 1
       '---- use old details from list
     case 2
       '---- code to use the new details
    end select

    BOFH Now, BOFH Past, Information on duplicates

    Feeling like a fly on the inside of a closed window (Thunk!)
    If I post a lot, it is because I am bored at work! ;D Or stuck...
    * Anything I post can be only my opinion. Advice etc is up to you to persue...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width