Haps93 Posted November 7, 2002 Posted November 7, 2002 not sure if this is the correct forum, but here goes.......I'm attempting to have a flag field switched "on" whenever a specfic field has been modified so that users can easily see which fields have been modified. I only want to flag actual changes. Any suggestions will be greatly appreciated. ...haps
BobWeaver Posted November 7, 2002 Posted November 7, 2002 Make the flag field an auto-enter using this calculation: Case(FieldToBeMonitored,"Modified","Modified") You will have to clear the flag field intitially after you define this calculation, but afterwards, any change to the target field will cause the Flag field to show "Modified". You can then reset it by clearing the field.
Haps93 Posted November 7, 2002 Author Posted November 7, 2002 Thanks ever so much.......works beautiful..........and something so simple.......u gotta luv this program....especially for the rookie. Cheers, ....Haps
Recommended Posts
This topic is 8056 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