I need to concatenate two memo fields to print in a report. I can easily do this with text and number fields but haven't been able to get it to work with memo files.
Any help is appreciated.
I need to concatenate two memo fields to print in a report. I can easily do this with text and number fields but haven't been able to get it to work with memo files.
Any help is appreciated.
do this in the query (of the report):
combined: [field1] & " " & [field2]
"haven't been able to get it to work" means what - error message, wrong results, nothing happens? What have you tried?
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.