Results 1 to 9 of 9
  1. #1
    maluna is offline Novice
    Windows 7 Access 2007
    Join Date
    Sep 2010
    Posts
    5

    Combobox issue

    Hi,



    I have 4 tables :

    Model [ModelID, ModelName]
    Description [DescID, ModID, Description Name ]
    Parts [ PartnumberID,DescID,Partnumber]

    Calls [cat, desc,number]

    I built a dymamic combobox base on tables (Model, description and Parts ) which is working pretty well however the results which are being recorded on Calls table are showed only in ID's.

    How do I get the values selected in my combobox ???? i.e


    I have attached an image as example.

    thanks in advance



  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Bind the ComboBox to the Column you want saved. In your case the Bound Column is probably Column 1 and should probably be Column 2.

  3. #3
    maluna is offline Novice
    Windows 7 Access 2007
    Join Date
    Sep 2010
    Posts
    5
    I have tried to do it.

    When I change combocategorie to bound 2, combodescription gets blank !

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    Use the ComboBox wizard to create the ComboBoxes. It knows how to store which ever column you want.

  5. #5
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    One cobom box can only have one value and can be bound to only one column. is it right?

  6. #6
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    A ComboBox can have a RowSource that displays several field but only one of them can be bound to the ControlSource of the cbo. You can however use the AfterUpdate event of the cbo to copy all of the fields in the RowSource of the cbo to different controls on your form. There are other ways to do it as well.

  7. #7
    maluna is offline Novice
    Windows 7 Access 2007
    Join Date
    Sep 2010
    Posts
    5
    Even using Wizard I am having the same issue....

    why ?

    I am attaching my db. If someone can give me a hand I would appreciate !

  8. #8
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 Access 2007
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    I now see you are using a Cascading ComboBox which changes things a bit. It will take a little while to arrange things so it works.

  9. #9
    maluna is offline Novice
    Windows 7 Access 2007
    Join Date
    Sep 2010
    Posts
    5
    No worries ...

    in the meantime I am still tryng to find a solution !

    thanks a lot mate !

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

Similar Threads

  1. Replies: 29
    Last Post: 08-16-2011, 05:52 PM
  2. Replies: 0
    Last Post: 08-24-2010, 06:38 PM
  3. Filter By Form Report (combobox issue)
    By mike.burns7 in forum Reports
    Replies: 1
    Last Post: 06-10-2010, 07:42 PM
  4. help with combobox
    By ManC in forum Forms
    Replies: 0
    Last Post: 03-15-2010, 08:27 PM
  5. Replies: 0
    Last Post: 12-16-2009, 01:14 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