Maxwell Morlay Posted January 30, 2003 Posted January 30, 2003 I have a field (EDIT METHOD) with a value list. When I enter or change a value in EDIT METHOD, I want todays date to auto-enter in the field, EDIT METHOD DATE. Your help is always a lifesaver! Maxwell Morlay
slstrother Posted January 31, 2003 Posted January 31, 2003 From Filemaker Knowledgebase, Article # 101645 . It describes a method that uses a related file.
slstrother Posted January 31, 2003 Posted January 31, 2003 I was thinking that there had to be a way to do this without using another file. Here is what I came up with. Create the following fields: Last Item = calculation = indexed = GetField("Edit Method") Last Mod Date = calculation = indexed = GetField("Edit Method Date") In your Edit Method Date field use the following calc: If(Edit Method = Last Item, Last Mod Date, Status(CurrentDate)) This worked in the limited testing that I did. I am attaching a sample file if you want to take a look. Hope this helps
slstrother Posted January 31, 2003 Posted January 31, 2003 oops, forgot to attach the file, here it is Field Mod.zip
Recommended Posts
This topic is 7969 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