chovis
01-21-2002, 05:27 AM
I have a list of codes in my list box and after the user selects multiple codes they should be able to preview a report with just the codes they have selected. How do I do this?
|
View Full Version : Mulitselect Listboxes chovis 01-21-2002, 05:27 AM I have a list of codes in my list box and after the user selects multiple codes they should be able to preview a report with just the codes they have selected. How do I do this? Jack Cowley 01-21-2002, 12:31 PM Search help for ItemsSelected. There is an example of code there where you could concatenate your selections or whatever. |