Results 1 to 2 of 2
  1. #1
    JulieMarie is offline Novice
    Windows 7 64bit Access 2007
    Join Date
    Jul 2013
    Posts
    12

    Edit data in a combo box on a form tied to a query

    I have a form in which users enter contract information. This form has combo boxes that display the status of the contract they are entering. They also enter in old data as it is discovered. This information updates the contract and vendor tables. I run a query on the contract and vendor tables that opens a form to display the current contract. I added a combo box for the status field. It is pulling up the status in which the user entered on the data entry form. That's great! However, when they want to terminate the contract or change its status in any way can they do that from here? Can you have a combo box with the row source the same as the original data entry form but still have it pull the current information unless the user wants to change it?

  2. #2
    Dal Jeanis is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2013
    Location
    Dallas TX
    Posts
    1,742
    By definition, if a combo box on your form is bound to a field on your table (say, status), then updating the combo box on the form will update that field on the table, for the current record. It sounds like that's the behavior you want, so you're good to go.

    There DO exist queries that are NOT updateable, generally because the creator used a UNION, or left out a field that Access would need to find the right record that needs updated. If you find that you have this problem, then come back and tell us about it and we'll help you fix the issue.

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

Similar Threads

  1. Replies: 10
    Last Post: 09-13-2012, 07:22 PM
  2. Replies: 33
    Last Post: 01-13-2012, 07:44 AM
  3. How to edit data in a form
    By x3ldonx in forum Forms
    Replies: 2
    Last Post: 10-11-2010, 01:20 AM
  4. UnMatched Data Query (Edit Data)
    By pedraza4 in forum Queries
    Replies: 3
    Last Post: 06-16-2010, 07:29 AM
  5. Combo-box to select item to edit in Form
    By DHavokD in forum Forms
    Replies: 7
    Last Post: 06-05-2009, 01:39 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