J
jmoore
I have a form where there will be several instances when the user will need
to select one or more items. My first thought is to change the text box to a
list box, add the options (no more than 4) to the row source and create a
multi-select value list. I am looking for a little guidance as I’ve never
done this. First, is a list box the best solution? If so, is using the row
source best or should I create a separate table with a list of options to
choose and save the choices to the field in tReview? My form is bound to
qYr2ReviewSample, using tables tSample and tReview. If using the row source
or a separate table, is the data automatically saved to the underlying table,
or is code needed?
As an FYI – even though this is not the correct group, I bring this up in
case it makes a difference on how to handle the data entry. I will need to
count the number of times each item is selected for a given group for a
report.
Another question: After the user selects the item(s) from the list box and
that information is saved to the field in tReview, what happens if they have
to go back and change the selections they made? Does it delete/write over
what is stored in tReview?
Thanks so much for any assistance.
to select one or more items. My first thought is to change the text box to a
list box, add the options (no more than 4) to the row source and create a
multi-select value list. I am looking for a little guidance as I’ve never
done this. First, is a list box the best solution? If so, is using the row
source best or should I create a separate table with a list of options to
choose and save the choices to the field in tReview? My form is bound to
qYr2ReviewSample, using tables tSample and tReview. If using the row source
or a separate table, is the data automatically saved to the underlying table,
or is code needed?
As an FYI – even though this is not the correct group, I bring this up in
case it makes a difference on how to handle the data entry. I will need to
count the number of times each item is selected for a given group for a
report.
Another question: After the user selects the item(s) from the list box and
that information is saved to the field in tReview, what happens if they have
to go back and change the selections they made? Does it delete/write over
what is stored in tReview?
Thanks so much for any assistance.