How do I get a list box in a form to create records in a table based on multiple selections in a list box? i.e. -
Field: list box: area
Field: text box: date
Three areas selected plus one date to create 3 records in a table:
North 03/22/2002
South 03/22/2002
East 03/22/2002
I'm having a problem because when you select "Multi Select" to "1" in the properties of the list box, it automatically sets the value to "Null" and then for some reason it won't accept it in my table. Hopefully I've explained it well enough.
Thanks.
Field: list box: area
Field: text box: date
Three areas selected plus one date to create 3 records in a table:
North 03/22/2002
South 03/22/2002
East 03/22/2002
I'm having a problem because when you select "Multi Select" to "1" in the properties of the list box, it automatically sets the value to "Null" and then for some reason it won't accept it in my table. Hopefully I've explained it well enough.
Thanks.