Multiple Items from Multi-Select ListBox into TextBox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • noturmekanic
    New Member
    • Sep 2011
    • 2

    Multiple Items from Multi-Select ListBox into TextBox

    Hi,

    I'm trying to populate a text box on a form with items from a listbox. I tried your code above but I'm having problems with the command for "FieldInTableTo Populate". I'm not sure what this means.

    I have the main form which gets its data from the main table, "Marketing Contacts". I have another table called "tbl_MarketingA rea" which I used to create a listbox on the form. Am I doing this right?

    I just want the user to be able to multi select items from the form and have them populate in the text box and tie to the record.

    Thanks!

    ** Edit **
    Split from Multiple select listbox, concatenate to single field in table.
    Last edited by NeoPa; Sep 30 '11, 08:10 PM. Reason: Added link back to original thread
  • noturmekanic
    New Member
    • Sep 2011
    • 2

    #2
    Nevermind, I figured it out. I had to create a text box in the table and then place it on the form. I was using an unbound text box, duh! lol

    I am so new to this. I am barely starting to understand how this works. I can't wait until I start getting better at it!

    The only problem I'm having now is that when I populate these items, I get the primary key. Bah! What did I get myself into. I'm just the admin asst. lol

    Comment

    Working...