C Cliff Simonds Oct 21, 2003 #1 How do I get labels to print the actual data in the fields from combo boxes instead of the # that represents them..
How do I get labels to print the actual data in the fields from combo boxes instead of the # that represents them..
B bking Oct 21, 2003 #2 -----Original Message----- How do I get labels to print the actual data in the fields from combo boxes instead of the # that represents them.. . Click to expand... 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.
-----Original Message----- How do I get labels to print the actual data in the fields from combo boxes instead of the # that represents them.. . Click to expand... 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.