OK, first post - thought i did an adequate search in the forum and found nothing, so here goes:
I'm using a report that uses a memo object, formatted as "Rich Text". The memo's control is a DFirst value that calls a value from a separate table. The "DFirst" call works OK because the memo field in the report displays the following:
This letter is concerning [qry_name.FirstName] & " " & [qry_name.LastName] & "."
My question is: Using HTML codes or something similar, can i tell Access that I want the values for my FirstName and LastName instead of displaying it as text?
Thanks in advance.