I have a Quote table that has a lookup field referencing a Customer table. This lookup field is linked to the Customer Account ID field which is the Customer table primary key. The lookup field is linked to the AccID and Customer Name fields and is set to show the CustomerName. I have the LimitToList set to no so that non existing customers names can be used as well.
When I do a mail merge using this table, the data brought through to word for existing customers is the AccID number, not the CustomerName. I realize that the table is actually using the AccID to give me the combobox list, but I need to be able to get the actual customer name from the list as well as any names added through the LimitToList being active.
I hope this is clear.
Also, when I open the mailmerge document from access, it of course opens word but it also opens another copy of access rather than linking to the current one. Is this normal???