HI
To keep it simple i have a table. It has three fields.
FirstName (Textfield)
Surname (Textfield)
MainBodyText (Memo)
In each field i have the following data:
FirstName:
Mike
Surname:
Jones
MainBodyText :
Dear Mr . please find the ....
-------------------------------------------------------------------------------------------------------
I am looking to generate a report that will print out the Main Body text , but include the surname field within its MainBody text. i.e.
Report:
Dear Mr Jones. Please find the .....
Notice the inclusion of "Jones"
Is it possible for a memo field to include a reference to anotherfield within the same record. Its kinda like nesting a field within another.
Does anyone know how to do this.
To keep it simple i have a table. It has three fields.
FirstName (Textfield)
Surname (Textfield)
MainBodyText (Memo)
In each field i have the following data:
FirstName:
Mike
Surname:
Jones
MainBodyText :
Dear Mr . please find the ....
-------------------------------------------------------------------------------------------------------
I am looking to generate a report that will print out the Main Body text , but include the surname field within its MainBody text. i.e.
Report:
Dear Mr Jones. Please find the .....
Notice the inclusion of "Jones"
Is it possible for a memo field to include a reference to anotherfield within the same record. Its kinda like nesting a field within another.
Does anyone know how to do this.