Results 1 to 3 of 3
  1. #1
    crazy1701d is offline Novice
    Windows 7 Access 2010 (version 14.0)
    Join Date
    May 2010
    Posts
    2

    Question using a combo box to populate fields then save

    I am using a combo box to populate other fields on a form.using =combo.column() to do this. Everytnig fills the form just great But when I go to save it it only saves one field.

    I am usig the =combo.column() in the control source area which is where it usualy has the column it would save to. So from this I get that it just doesn't know where to save the data in those other fields.

    So my question is....How do I get it to know where to save these fields or is there another way to use a combobox to populate the other fields?

    What I am trying to do is pull up people and their info from one db and then pull up activities from another db and then put them into a third db so that i can querry that db later on.



    Thank you for any help.

  2. #2
    pbaldy's Avatar
    pbaldy is online now Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,530
    You would populate textboxes bound to the table in the after update event of the combo:

    Me.BoundTextboxName = Me.ComboName.Column(x)
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    crazy1701d is offline Novice
    Windows 7 Access 2010 (version 14.0)
    Join Date
    May 2010
    Posts
    2
    yes after doing a little more reading that is the solution that I came up with which does what I needed done. I thank you for your reply and help. The other will work for just the showing of info.

    Now on to the next task. lol

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

Similar Threads

  1. Force form not to save updated fields
    By Evgeny in forum Programming
    Replies: 2
    Last Post: 04-30-2010, 10:44 PM
  2. Replies: 1
    Last Post: 04-22-2010, 04:54 AM
  3. Auto-Populate Combo box
    By vincenoir in forum Forms
    Replies: 3
    Last Post: 10-14-2009, 07:06 AM
  4. Populate Combo Box
    By wes28 in forum Programming
    Replies: 1
    Last Post: 03-04-2009, 06:45 AM
  5. Save only 3 of 4 fields
    By Schwagr in forum Forms
    Replies: 0
    Last Post: 03-24-2006, 05:20 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