Results 1 to 2 of 2
  1. #1
    RikApple is offline Novice
    Windows 10 Access 2016
    Join Date
    Sep 2019
    Location
    Leeds UK
    Posts
    11

    Wink Combo Box Options

    Hi,



    I have a ComboBox on a form which has 3 different query results within the drop down as per the picture;

    Click image for larger version. 

Name:	Capture1.JPG 
Views:	19 
Size:	26.3 KB 
ID:	39881
    when the form data is submitted only the first field is shown which is fine, but I want the data in the 2nd and 3rd field to be saved in their respective table columns.

    Is there a way of doing this? open to suggestions, if there is a better way of doing this, all I want is for the user to select from the list of "Live" Courses.

    Many thanks in advance

    Sarah xx

  2. #2
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,791
    If you've got these field values in a combo or list box and they're not value list items (i.e. they come from a query or table) then that means you already have them it table fields. That begs the question as to why you want to store them again in another table or record? Methinks you have an underlying issue.
    If none of that matters, you can refer to combo or list box columns by their column number property. Me.myListbox.Column(0) would refer to the 1st column as the collection is zero based.

    If what I said might matter, maybe you should post a pic of your relationships window if you have created relationships.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

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

Similar Threads

  1. Replies: 3
    Last Post: 09-09-2018, 12:45 PM
  2. Show Only Available Options in a Combo Box
    By Ramtrap in forum Queries
    Replies: 6
    Last Post: 11-22-2017, 09:13 AM
  3. My combo box is only showing a few of the options
    By breakingme10 in forum Forms
    Replies: 2
    Last Post: 07-29-2014, 03:29 PM
  4. Combo Box Options
    By AnnWalls in forum Access
    Replies: 4
    Last Post: 05-06-2014, 06:06 PM
  5. Restrict Combo Box Options
    By KWarzala in forum Forms
    Replies: 1
    Last Post: 03-03-2010, 04:46 PM

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