I need to take selected items from a mult-Select listbox on a FORM and display them on a REPORT. I can get the selected items to print to the debug screen but listboxes or textboxes don't have the same funtionality on reports that they do on forms so I'm having trouble getting the information to display on a report.
Currently, I'm having some success using the caption of a lable to display the results by looping through the list and adding the additional selected items to the caption of the label on the report.
Isn't there a more direct way to display data that needs to by dynamically derived as the report opens? Any ideas would be helpful. ? ? ?
Thanks,
Culby
Currently, I'm having some success using the caption of a lable to display the results by looping through the list and adding the additional selected items to the caption of the label on the report.
Isn't there a more direct way to display data that needs to by dynamically derived as the report opens? Any ideas would be helpful. ? ? ?
Thanks,
Culby