M
Michael Walsh
I have a child table that contains a link to the parent, a
couple of number fields, a drop down and a listbox.
From the corresponsing form, I would like to get 1 record
for each item selected. So, if I enter 20, 30, 2-hour,
and then select Smith and Jones and White on the listbox,
I would like to get 3 records in my table like this
Record 1 = 20 - 30 - 2-hour - Smith
Record 2 = 20 - 30 - 2-hour - Jones
Record 3 = 20 - 30 - 2-hour - White
What is the best way to go about this?
I'm fairly new to programming access but I was thinking
that perhaps it would be possible to do an insert into
loop of some sort using itemselected if there's not an
easier way.
couple of number fields, a drop down and a listbox.
From the corresponsing form, I would like to get 1 record
for each item selected. So, if I enter 20, 30, 2-hour,
and then select Smith and Jones and White on the listbox,
I would like to get 3 records in my table like this
Record 1 = 20 - 30 - 2-hour - Smith
Record 2 = 20 - 30 - 2-hour - Jones
Record 3 = 20 - 30 - 2-hour - White
What is the best way to go about this?
I'm fairly new to programming access but I was thinking
that perhaps it would be possible to do an insert into
loop of some sort using itemselected if there's not an
easier way.