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
 

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

Back
Top