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 Connection Error
Request for the permission of type 'Microsoft.SharePoint.Secu<wbr />rity.Share<wbr />PointPermi<wbr />ssion, Microsoft.SharePoint.Secur<wbr />ity, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e<wbr />9429c' fail
"An unexpected error has occurred."
[http error 400 - request is badly formed] appears randomly in .net application
How do I add a ComboBox to a C# Datagridview only in a particular cell? Not the whole column.
Unique index dependent on a column
Printer sharing between Microsoft Windows 7 and MAC Snow Leopard
datediff -- 2 dates are returning the same datefiff value (i.e. 0)
Access 2003 Insert Query with data from form to multiple records
Problem Renaming Directories in ASP.Net (VB)