I am using Microsoft access 2007
When I use the following codes in the Control Source of the Property Sheet I get #Name? error on the form
vbCrLf,………vbCr,………vbLf,………VbNewLine, and Chr(13),………Chr(10),………Chr(13)+Chr(10),………Chr(13) & (10),………with and without the $ sign
The Chr$(13) & Chr$(10)...