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
remote web workplace and full screen setting not working
convertin CString to const char*
vfp 9.0 line spacing
Vista file sharing across an Access Point / Network merging, etc.
How to get "User Name" in TaskManager process?
The SQL Server cannot obtain a LOCK resource at this time
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI<wbr />_AS" and "Latin1_General_CI_AS" in the equal to operation
C: drive not accessable
After_Update Event not firing
Load picture into image using a recordset