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
CString in fprintf
Locking Field On Continuous Form
Problem getting Bala Boss working
Certificate Authority Autoenrollment
Save Record Only On Save
Connect to a Crosstab query in Access from Excel
Mail Merge
How do I get the string associated with each index of a listbox populated from a data object?
How to activate the "Gridlines" group in the Design tab (for reports)?
CListCtrl Why is SetSelectionMark() not working