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
Extract OLE Object from an MS Access database
What is the code to link a cell to a file?
Why do I get an access denied error when I try to view the files inside the folder redirect folders?
Load progress bar C#, asp.net
Delphi to VB.NET
Create Pie Chart in Excel 2007
What does an MFC resource file with texts of more than one language look like?
How does DBCC test the integrity of a database?
Long SQL String is Wrapping and Not Running in Access VBA
Adding a DLL reference