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

S

Sue G

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?
 
S

Sprinks

Sure, you can set the default value to =Now(), or set the value by code in an
appropriate place:

Me!MyTextBox = Now()

HTH
Sprinks
 
Top