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
VS2008 C++ - lost debugging information
Display Image in title
How to create a password for access forms
Formatting CString for rich edit control.
ideal RAM for SQL server
Need to Store data from a calculated field into a table
Multiple update statement with foreign key constraints
Excel Macro migration tool
How to Remove Roaming Profile in SBS 2003
How o get most recent record from history?