I am putting a timestamp field in a table, using Now() for the default value.
I'm using Access 97
Seems like I figured this out once before, but does anyone know of a way on the table level (not in the form) to disallow a user changing the timestamp? Is there a way to use a validation rule or another method to stop changes from being made to a field?
I know I can handle this in a form using the table, but would like to also be able to turn off changes at the table level.
I have one way of keeping the value from changing if it is the same for every record - just do a combo box lookup list and use "Limit to List". With a value that is different for every record though, that doesn't work too well.
Any ideas welcome. Thanks!
I'm using Access 97
Seems like I figured this out once before, but does anyone know of a way on the table level (not in the form) to disallow a user changing the timestamp? Is there a way to use a validation rule or another method to stop changes from being made to a field?
I know I can handle this in a form using the table, but would like to also be able to turn off changes at the table level.
I have one way of keeping the value from changing if it is the same for every record - just do a combo box lookup list and use "Limit to List". With a value that is different for every record though, that doesn't work too well.
Any ideas welcome. Thanks!
Comment