Results 1 to 3 of 3
  1. #1
    gl2295164 is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Jul 2011
    Posts
    2

    Combo Box Issue


    I have created a form that takes information from 4 different tables (No sub-forms). I have a problem with the combo-boxes in that in form-view, I am able to click to see the drop list, however when I click on the choices, there is a "DING" sound and I am not able to click into it. Does anyone know the solution to this? I've been at it for 2 days now!

  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
    The ding indicates the field to which the cbo is bound in not updateable. It cound be the entire Recordset of the form is not updateable. http://allenbrowne.com/ser-61.html

  3. #3
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    What are you doing on the form, if it's strictly data entry you don't need to link it to other tables, if you want to see the values of what you've chosen (let's say you've chosen a customer) and you want your form to display what that customer's information you'd have to use a lookup query for it to be updatable, but keep in mind any of the lookup fields would NOT be stored on your primary table.

    To get a lookup query working you would have to link the parent table to the secondary table (in this case your customers) by the PRIMARY KEY field of the secondary table. So if, in your main table, you are storing the CustomerID you would link that to the customerID field of your CUSTOMERS table and the customerID field would have to be the primary key. Then if you created a query and linked the to tables (join FROM your main table TO your secondary table) and type in a customer ID the fields relating to that customer should auto populate.

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

Similar Threads

  1. Combo Box Requery Issue
    By Grizz2 in forum Forms
    Replies: 4
    Last Post: 06-02-2011, 08:14 PM
  2. Form/Combo box parameter issue.
    By Bmo in forum Forms
    Replies: 2
    Last Post: 05-06-2010, 03:41 AM
  3. Issue with combo box in form
    By 57chevy in forum Access
    Replies: 1
    Last Post: 01-05-2010, 07:27 AM
  4. Combo Box Reference issue
    By Evocube in forum Forms
    Replies: 0
    Last Post: 11-09-2009, 09:04 AM
  5. Combo box Issue
    By desireemm1 in forum Access
    Replies: 2
    Last Post: 09-06-2009, 03:56 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