Question : Insert field into memo field

Is there a way that I can insert a field into a memo field?

i.e
Memo field:
"As you are aware we will close from" & [StartDate] & " until " & [EndDate] & " blah, blah, blah

where StartDate and EndDate are fields on a form

Answer : Insert field into memo field

Just do that in VBA:
MemoFieldName  = "As you are aware we will close from" & [StartDate] & " until " & [EndDate] & " blah, blah,
Random Solutions  
 
programming4us programming4us