Question edited date for a field

vickiwells

Registered User.
Local time
Today, 13:57
Joined
Jun 30, 2000
Messages
61
Is it possible to get the last edited date for a specific field, not the whole record?
 
Possible, yes. Inherent, no.

It would have to be functionality you would build into your program. And it would be a pain.
 
This is yet another case for one of the "Old Programmer's Rules."

"Access won't tell YOU what YOU didn't tell it first." Meaning, if your application needs this kind of information, you must CAPTURE and STORE this kind of information. So you would need a field in the record for dates and code in the relevant forms to maintain those dates.
 

Users who are viewing this thread

Back
Top Bottom