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
changing AD login names
Access Checking for duplicates , Help with "You can't save this record at this time"
C# -- DataGridView "AuotSizing" HEIGHT ?
sql permissions to use adp
OUTLOOK 2003 is not working with ISA 2006
Outlook user can replay to internal email, but not send new email
How do you create ODBC in VBA to retrieve a text file from remote server then populate access table?
Event ID 1001 BSOD System Reboot After BugCheck Windows XP
How would I extract one of each number in an excel column that contains many copies of hundreds of numbers?
Deploy a change in registry in a terminal server farm