Access / Mailmerge

A

AB Homer

I am having trouble exporting combo box info into word mail merge - only the
ID number shows up? No problem with a text box.
 
D

Douglas J. Steele

What's the bound column of your combo box? The implication is that you've
got the ID as the first columns in the combo box's RowSource, and the
BoundColumn is 1.
 
Top