S
Steve
I have a button on a form that opens a report. I need to set the caption of
several labels on the report equal to the value of a columns in comboboxes on
the form something like:
LabelOnReport.Caption = ComboboxOnForm(2)
Where the boundcolumn of the combobox is 1.
I keep getting an error message no matter what I try. How is this done?
Thanks!
Steve
several labels on the report equal to the value of a columns in comboboxes on
the form something like:
LabelOnReport.Caption = ComboboxOnForm(2)
Where the boundcolumn of the combobox is 1.
I keep getting an error message no matter what I try. How is this done?
Thanks!
Steve