View Full Version : Newbie question on captions


bodhran1
03-27-2002, 11:22 AM
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

theprez
03-27-2002, 08:23 PM
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.