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
XmlDocument.Load(Stream) method is removing tabs between tags
Need to select last record updated per id
Modular Application Development (software kits or modules)
Common Dialog Control in Access 2007
Forefront Engine Update Errors
Install Windows Server 2003 on laptop
Write HEX
Ole in-place at resize loosing focus
Reverting to SQL Server Express
Clear ALL checkboxs with button action