Using Access Database w/ Linked Table Info for Mail Merge

S

SarahMW

I want to use a table that includes information from another table (in a
lookup column) for a mail merge. When I go to execute the mail merge,
instead of giving the data from the merged field as text, it imports the
numerical value of that field. How can I get the merged field to export the
text instead of its value?
 
J

Jeff Boyce

Sarah

If you take the data that's actually stored in a table column with a
"lookup" datatype, you get the ID number, even though you see the looked-up
value. This is a common problem with using the "lookup" datatype (see the
tablesdbdesign newsgroup for more info).

Rather than working in tables, you need to be working in forms for display.

To get the "looked-up" value, you'll need to create a query and join the
main table and the lookup table on that field, then use the lookup table to
provide the looked-up value.

Regards

Jeff Boyce
<Office/Access MVP>
 

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