multiple selection in text field?

D

Dale B.

I have a form with a text box field where they currently select one record,
but I want the ability to select multiple records before going to the next
field in the form. How would I go about doing this?
 
D

Danny J. Lesandrini

Are you saying you have a "continuous" form that displays multiple records
and you'd like to select a text box on multiple records at one time?

Can't be done.

What you probably want is not a continuous form, or even a datasheet view
for that matter, where you are not allowed to be on multiple rows at once.
What you need for what you describe is a multi-select list box.
 
Top