Hi Guys,
Can anyone tell me how I can add multiple fields in to one Memo field that each on it on a new line on a form.
I Know i can =[field1] & " " & [field2] & " " & [field3]
But how do i add them that they come out on the memo field like this
Field1
Field2
Field3
I need them this way to be able to send them in an email.
I cannot make it in a report as the power that be do not want the info emailed to them as an attachment.
Can anyone tell me how I can add multiple fields in to one Memo field that each on it on a new line on a form.
I Know i can =[field1] & " " & [field2] & " " & [field3]
But how do i add them that they come out on the memo field like this
Field1
Field2
Field3
I need them this way to be able to send them in an email.
I cannot make it in a report as the power that be do not want the info emailed to them as an attachment.