How can I set up a new record to grab a current date and insert that date into the field. The kicker is that I don't want that date to change if the record is updated. Only want it to be automatically inserted on the creation of a record... any ideas?
In the field that is to hold the date value you set the "Default Value" parameter to DATE()
When a NEW record is created it takes the computer's locally known system date and puts that in the field. When the record is viewed in future the data will remain unchanged unless a user manually changes it.
Like he said . I would only add that if you want the time as well, to default to Now() instead of Date(). Jim Lunde
compugeeks@hotmail.com
We all agree your theory is crazy, but is it crazy enough?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.