Results 1 to 5 of 5
  1. #1
    jwellsnh is offline Novice
    Windows XP Access 2003
    Join Date
    Nov 2011
    Posts
    3

    Access 2003 Form:Combo Box will not accept any entry


    I am using Access 2003 and I am having trouble with a Combo Box on a form.

    I had a combo box (based on a table), storing the choice in a field in the query and underlying table the form is based on. Everything was working fine, until... I altered the form based on a query. Now when you make a choice from the drop down list you get an error bell and nothing happens.

  2. #2
    John_G is offline VIP
    Windows XP Access 2003
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    Does your form allow updates? (Allow Edits = Yes)

    Check the query the form is based on - is it updateable?
    If the query is updateable, check the field the combo box is bound to - it has to be a table field, not an expression.

    Post back if none of these work.

    John

  3. #3
    jwellsnh is offline Novice
    Windows XP Access 2003
    Join Date
    Nov 2011
    Posts
    3
    Hi John,

    The form does allow updates. The query in question is a Select Query; altered it to be an Update Query but the form refused it and the error message said to make it a Select Query.

    What is your means of making a query "updateabel"?

    Combo box displays normally; but as soon as you pick a value; the bell rings.

    Jeff

  4. #4
    John_G is offline VIP
    Windows XP Access 2003
    Join Date
    Oct 2011
    Location
    Ottawa, ON (area)
    Posts
    2,615
    Hi -

    Ab updatable query is one which when opened will allow you to make changes to the data. Not all Select queries are updatable, for example totals queries, many queries which link more than one table. In some cases, even though a query itself is updateable, calculated fields (i.e. expressions) within it are not.

    If you open your form query in design view and then run it, can you edit the resulting data rows? If not, the query is not updateable, and that is the source of your problem.

    One other thing to check - might the "locked" property of the combo box be set to "Yes"?

    John

  5. #5
    jwellsnh is offline Novice
    Windows XP Access 2003
    Join Date
    Nov 2011
    Posts
    3
    Quote Originally Posted by John_G View Post
    Hi -

    An updatable query is one which when opened will allow you to make changes to the data. Not all Select queries are updatable, for example totals queries, many queries which link more than one table.

    John
    John, thanks for the explanation of an updateable query; the source of my issue is a join to another table. Can't say that I am an Access fan boy and it may be time to move this data into Oracle where I have more options.

    Thanks for you help.

    Jeff

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

Similar Threads

  1. Access 2003 - cascading combo box issues
    By agripa86 in forum Access
    Replies: 1
    Last Post: 08-12-2011, 06:20 AM
  2. Populate combo box with Record Set in Access 2003
    By ganeshvenkatram in forum Access
    Replies: 2
    Last Post: 06-20-2011, 04:10 AM
  3. Access 2003: Many to many combo box
    By compooper in forum Forms
    Replies: 1
    Last Post: 06-17-2011, 04:07 PM
  4. Replies: 3
    Last Post: 01-28-2011, 11:42 AM
  5. Access 2003 automatic field entry
    By RANCHLAW56 in forum Forms
    Replies: 6
    Last Post: 12-30-2010, 02:57 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