Jacob Posted March 21, 2005 Posted March 21, 2005 Does anyone know how to create a field that will show the modification date of another field? For example, I'd like to keep track of when a client's address has been updated, and not just when his overall record has been modified. I'm assuming this is relatively easy (in fact, I could just put his address info in a separate table with a basic modification date field, but I try to keep my total number of tables and relationships down) Thanks
Jacob Posted March 21, 2005 Author Posted March 21, 2005 Does anyone know how to create a field that will show the modification date of another field? For example, I'd like to keep track of when a client's address has been updated, and not just when his overall record has been modified. I'm assuming this is relatively easy (in fact, I could just put his address info in a separate table with a basic modification date field, but I try to keep my total number of tables and relationships down) Thanks
BobWeaver Posted March 21, 2005 Posted March 21, 2005 You can use this as a formula in a calculation field: Evaluate(quote(Get(CurrentDate));YourField)
BobWeaver Posted March 21, 2005 Posted March 21, 2005 You can use this as a formula in a calculation field: Evaluate(quote(Get(CurrentDate));YourField)
Recommended Posts
This topic is 7279 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now