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
vfp 9.0 line spacing
Timers in CWinthread derived classes
DHCP Server Service won't start
can't get wmi asusmanagement object
how to control the veiw of a subreport?
After Update in Access
cross reference from Excel into Word
How do I configure the mx record to send 2 different domains to a single exchange server?
How to Parse http.ResponseText returned from Web service
Read Registry Key Values on Windows 7