Can I put in the current date in a field by default without it up.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to be able have the system pull in the current date into a field, but
not update when the computer date changes. Is there a way to do this?
 
Sure, you can set the default value to =Now(), or set the value by code in an
appropriate place:

Me!MyTextBox = Now()

HTH
Sprinks
 
Back
Top