Microsoft
Software
Hardware
Network
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
Windows cardspace has stoppped working
VBA Export Tab Delimited text file
IE7 ! Error On Page and/or ! Done
How to insert semicolon next to my values in excel column
To covert an access report with pictures to any editable document format retaining all the graphics and other formatting settings
SQL Select Distinct Results (Complex)
Scan and update ...
Exchange 2007 - Transport Rule
How do I force a '0' value into a report
T-SQL DateTime conversion issue