Newbie question on captions

bodhran1

Dazed and Confused
Local time
Today, 07:44
Joined
Mar 27, 2002
Messages
43
I'm trying to create a form that has list of 12 option items to choose from.

I need to show which order each item was selected. This can be just one item selected or up to all twelve.

As the user clicks on them, I'd like to have the number 1 come up next to the first selection. Then the number 2 for the next item selected, etc.

Can anyone help me with this?


Thanks in advance,

Dave
 
This can not be done in a list box. You will probably have to use a subform where the list is one field and their will be another unbound field that you will have to populate as the user clicks each option. You will probably also need to give the user a CLEAR button to clear the numbers.
 

Users who are viewing this thread

Back
Top Bottom