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
WSUS for IT outsoursing clients (one WSUS for few companies)
SQL Query, Union All Question
Server Down
How to terminate a processes in MS SQL Server
OWA 2007 External Access
view table relationships graphically sql server 2000
Can't change link source from one workbook to its apparently identical twin.
WSUS Update not installing
Avoiding subtotals in a pivot table
Update multiple records at one time