jtscott Posted January 11, 2006 Posted January 11, 2006 I have added a new text field which has an auto-calculation option set, but it only updates on records which have been altered since the auto-calc field was added. How do I force it to update/recalculate the contents in this field only, so it will recalculate for records contents which were present before this new field was created and haven't yet been modified again? On a calculation field, this is easy, but I can't see how to do it on a normal field with an auto-calculation option set.
comment Posted January 11, 2006 Posted January 11, 2006 Change the field into a calculation field, using the same formula (and the same type of result). Exit Define Database. Now change it back to auto-enter.
Ender Posted January 11, 2006 Posted January 11, 2006 If you only want to update certain records, perform a find for those records, then use a Replace to update the field contents with a calculated result.
Recommended Posts
This topic is 7239 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