printing labels with combo boxes

  • Thread starter Thread starter Cliff Simonds
  • Start date Start date
C

Cliff Simonds

How do I get labels to print the actual data in the
fields from combo boxes instead of the # that represents
them..
 
-----Original Message-----
How do I get labels to print the actual data in the
fields from combo boxes instead of the # that represents
them..
.
Do you mean how to refer to the columns in the combo box?
[ComboBox].Column(2)

Columns start from left to right 0 to however many you
have.
 
Back
Top