web265 (AT) aol (DOT) com (Mike) wrote in message news:<1f1946ee.0407060722.43b60efe (AT) posting (DOT) google.com>...
Quote:
In Access 2000, can anyone enlighten a beginner with how to make a
date field in a table auto update evertime another field is updated?
In this case I want to update a field called ynDues2004 (a
yes/field) and have a field dtDues2004 update with the current date
when this happens.
Any help would be greatly appreciated, I let this go too long .
Thanks
Mike |
Hello Mike,
Just add the following code into the After Update property of the
field ynDues2004:
dtDues2004.value = Date()
Regards,
Ray