I'm using a simple customer/order/order detail set of tables to record orders and need to print invoices. Using mailmerge to existing Word docs seems the easiest route. I'm using a query to select all of the required fields from the tables and running the merge off this. As expected, once in Word, the lookup type fields only display the lookup field not the description (eg: TitleID rather than TitleDesc from my tblTitle table, so I get "1 John Doe" rather than "Mr John Doe"
.
I'm sure this can be achieved. Any ideas?
TIA

I'm sure this can be achieved. Any ideas?
TIA