auto Date on forms

S

Simon

I woul like a way for every time i add a new customer to my database
that the date it was entered is stored.

How do i do this so that it does not change if i ever edit the recored


Thanks

Simon
 
J

Jeff Boyce

Simon

Open the table that holds "customer" information. Add a field (e.g.,
"DateCreated"). Set the default value to Now() (for date & time) or Date()
(for date only).

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

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