Displaying Date in Notes

  • Thread starter Charles L. Phillips
  • Start date
C

Charles L. Phillips

Hello,
I have a field called "Notes", how can I get the date to automatically
display in this field, after an entry...
 
G

Gary Miller

Charles,

Use the Date() function in the DefaultValue Property of the
Form.

DefaultValue = Date()

This works for new entry stamping of the Current Day. For
modifications you generally need a VBA code line or two.

I am curious about storing this in the 'Notes' field. You
should normally store this in something like a NoteDate
field that is of a Date/Time data type.

--

Gary Miller
Gary Miller Computer Services
Sisters, OR
________________________
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top