J
John Passaro
In Access 2003, I have a data entry form with a Multi Select list box. I'd
like to attach a button which runs a macro or a query or a code that will
create a new record (as part of a many-to-many relationship) for each
selected entry. I've been figuring it would look something like this:
INSERT INTO table
VALUES (ID number drawn from the form), (list of items selected in the list
box)
There's two problems.
A) I don't know how to get a hold of that list of items.
B) Even if I could, I suspect this wouldn't work.
Any thoughts?
like to attach a button which runs a macro or a query or a code that will
create a new record (as part of a many-to-many relationship) for each
selected entry. I've been figuring it would look something like this:
INSERT INTO table
VALUES (ID number drawn from the form), (list of items selected in the list
box)
There's two problems.
A) I don't know how to get a hold of that list of items.
B) Even if I could, I suspect this wouldn't work.
Any thoughts?