I am trying to display a selection from a ListBox which is on my form on a report that I am running. I have successfully accomplished this for text boxes but cant seem to get the ListBox selection to appear. I have used the following code:
Forms!MyForm.Form!MyListBox.Column(0)
This does not seem to be working. Any ideas???
Eventually, I would like to display multiple selections from the list box, which I know will require a loop. Im wondering where I'm supposed to type the code?
THANKS IN ADVANCE!!!
Forms!MyForm.Form!MyListBox.Column(0)
This does not seem to be working. Any ideas???
Eventually, I would like to display multiple selections from the list box, which I know will require a loop. Im wondering where I'm supposed to type the code?
THANKS IN ADVANCE!!!