Quick Question about calling a combo box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a form setup to mail merge into word. Everything works except for a
combo box named "Letter Text". It returns the primary key field instead of
the field i want which is in the 3rd column. Can anyone tell me what to add
to this to get the 3rd column to show?

WordObj.Selection.Goto what:=wdGoToBookmark, Name:="Letter_Text"
WordObj.Selection.TypeText [(Letter Text]


Thanks in advance!!!!
 
Try [Letter Text].[column(2)] as your reference. Remember to use 2 for the
third column since numbering starts at zero.
 

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

Back
Top