Results 1 to 4 of 4
  1. #1
    osnatk is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2016
    Posts
    2

    save selected value from combobox


    hi!
    i have a form with a lot of combox and listbox and i want to save the costumer selected value in another table.
    how can i do it?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,527
    Run an append query,where the query uses the combo.
    Insert into table set field to forms!frmMain!cboBox as field

  3. #3
    osnatk is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2016
    Posts
    2
    i didnt undertand... can you expalin?

  4. #4
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,527
    In query design,
    append your data to the target table,
    the data is the combo box on the form,but you must use the full path,

    usu: forms!myForm!cboBox

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

Similar Threads

  1. Replies: 4
    Last Post: 07-27-2016, 12:07 PM
  2. Replies: 1
    Last Post: 02-01-2015, 12:16 AM
  3. Replies: 6
    Last Post: 07-23-2013, 11:57 AM
  4. Replies: 5
    Last Post: 06-19-2013, 08:01 AM
  5. Replies: 9
    Last Post: 12-18-2010, 12:51 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