I have a query I for mailmerging, Its working great but now I need to add the contense of a text box on the form that I'm running to add it in to the merge information. (the information is from a dlookup ran on opening the form and works fine)
I've tried adding a reference in to query its self as a custom field like this:
but it does not get the information required?
Any ideas please.
I've tried adding a reference in to query its self as a custom field like this:
Code:
ref: [Forms]![frm_Matters]![txtSecRef]
but it does not get the information required?
Any ideas please.