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.
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.
Comment