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
Inventory Allocation and FIFO
Insert single column into table using select statement
Count of users in AD group
Missing ActiveX Control ??
Automate import of multiple data files, based on multiple auto-imported file layouts.
How to get SSL working on extended 'Internet' SharePoint site
"Control <control> must be placed inside a form tag with runat=server" error
Pre-Filled Acrobat forms with data from Access
Access 2003 SQL Question
How do I restore the toolbar at the bottom of Outlook Mailbox where the number that shows the number of email messages is located.