Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

printing combo box values

Status
Not open for further replies.

mikey0143

Technical User
Jan 7, 2003
2
US
I have a combo box that contain city names. When I try to make address label. It will print the autonumber instead of the city. I can see the city and the whole address in the query, but not when print using label wizard.

Help me..

Fong Xiong
 
rowsource should be
select autonumberfieldname,cityfieldname from citytable;
columns=2
columnwidth= 0";5"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top