I just want to automatically add a current date and or time stamp field to table whenever it is created so I know how fresh the data is. Is there an easy way to do this?
For the created Date or Time set the fields Default Value property in the table to:
Date() to save date or Now() to save date and time. You could also do this at the form level.