Hi,
Trying to be a simple as possible.
I have a form (frm_Promo) that has 20+ fields on it, sourced from a table.
There is also an listbox (Lst_promonames) on the form sourced from another table
The user adds new record fills out the frm_Promo with all the details, and then selects one or more of the items in the lst_promonames.
What i then want to do is to duplicate the record entry for each item selected in the list box, so if they chose 4 'names' in the list box, it would duplicate the new record four times.
I hope that makes sense. Thank you in adavnce
Trying to be a simple as possible.
I have a form (frm_Promo) that has 20+ fields on it, sourced from a table.
There is also an listbox (Lst_promonames) on the form sourced from another table
The user adds new record fills out the frm_Promo with all the details, and then selects one or more of the items in the lst_promonames.
What i then want to do is to duplicate the record entry for each item selected in the list box, so if they chose 4 'names' in the list box, it would duplicate the new record four times.
I hope that makes sense. Thank you in adavnce