G
Guest
In a Rich Text memo field called Comments, I set the AfterUpdate event to
Me.Comments = Date & " - " & [Comments]
This does not work; the result is a space dash space then my comments.
However if I use Now instead of Date the result is 4/30/2009 11:18:16 AM -
What date function do I use to get today's date? I have tried both Date()
and Date, neither work.
BTW, We used to use the Ctrl: to auto enter the date but since I changed the
memo fields to Rich Text, that function doesn't work either. Can't I have
both Rich Text and Date?
Me.Comments = Date & " - " & [Comments]
This does not work; the result is a space dash space then my comments.
However if I use Now instead of Date the result is 4/30/2009 11:18:16 AM -
What date function do I use to get today's date? I have tried both Date()
and Date, neither work.
BTW, We used to use the Ctrl: to auto enter the date but since I changed the
memo fields to Rich Text, that function doesn't work either. Can't I have
both Rich Text and Date?