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
restoring database window
Printing via Terminal Services
Renumbering Primary key after delete
Trying to do report or query based on value in field. Using Access 2003
Multiple COUNT functions using one SELECT
Slow Logon
Creating a memo field in an Access make-table query.
[MS-Word] Borders for Cells
The subscription(s) have been marked inactive and must be reinitialized
How to generate a sql report with dynamic report filter and display the results dynamically?