printing labels with combo boxes

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..
 
B

bking

-----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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top