Results 1 to 2 of 2
  1. #1
    Join Date
    May 2012
    Posts
    13

    How can I pass the value from a combo box to listbox

    Hi,



    I want to send picked combobox values to my listbox. The listbox will be linked to a linktable as it will be a many2many relationship.

    I canīt seem to be able to get the values passed in there though.

    Could anyone advise me on how to do this programmatically?

    yours,

    Rob

  2. #2
    R_Badger is offline Knows a few tricks
    Windows XP Access 2003
    Join Date
    Feb 2012
    Location
    Suffolk, UK
    Posts
    262
    Let me get this straight...

    You have a combobox (Cbo_1)
    You have a listbox (Lst_1)

    After a value has been selected in Cbo_1 you want the value to be assigned to Lst_1?

    To do this use the onchange event on the combo box.

    Lst_1=Cbo_1

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

Similar Threads

  1. combo box to fill listbox
    By accesshelpme in forum Access
    Replies: 4
    Last Post: 05-19-2012, 04:10 PM
  2. Shift By Pass
    By pkstormy in forum Code Repository
    Replies: 4
    Last Post: 03-18-2012, 05:51 PM
  3. Pass from submform
    By Newbie11 in forum Forms
    Replies: 5
    Last Post: 02-20-2012, 07:16 PM
  4. pass value from one form to another
    By ManC in forum Forms
    Replies: 7
    Last Post: 11-25-2011, 09:59 AM
  5. Pass a value from a form to another
    By cwwaicw311 in forum Forms
    Replies: 3
    Last Post: 03-16-2010, 12:42 AM

Tags for this Thread

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