View Full Version : Multi-Select


michael albert
01-12-2000, 11:29 AM
I created a simple multi-select list box, and I am having problems getting my selections to appear. If I make selections from the field, they do not appear when I go back into the form, nor do I see the selections when I run a report, the field is blank.

Thanks
Mike

Travis
01-12-2000, 10:47 PM
Thats right Multi-Select does not work the same way as the single select. This is because you are selecting more items then a single field can store. If You want to save the entries you will need to store them in a field. See "ItemsSelected" in the help file.