Jump to content

This topic is 7790 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Calualation Field:

Month(Today) & Day(Today) Result in a Number (11/7/2003 = 117)

This Field in the same record should change every day, Tomorrow would be "118". This field keep the number on the day it was created and does not change from day to day. can someone help me.

Posted

Use the Status(CurrentDate) instead of Today - and be sure that it is unstored.

HTH

Lee

Posted

Hello Rex,

Both Lee and Henry have provided possible answers to your problem. Lee's answer is complete and correct - but has the drawback of requiring the field be unstored, rendering it unavailable as a key field for relationships and unsuitable for searching with large numbers of records.

If either of these considerations are of concern, very simple alternative would be to implement your existing calculation as an 'Auto Entry by Calculation' option on a number field, then select the option to 'Prohibit modification of value'.

From the user's perspective, the field will be indistinguishable from a 'normal' calculation field - but it will calculate only once and from then on will simply be stored (auto enter calcs are not updated when the calc result changes).

This may be what Henry had in mind, but if so he was not explicit about it. The auto-entry method would work equally well with either the 'Today' function or the 'Status(CurrentDate)' function that Lee mentioned - but because the resulting value will be stored, it will be able to be indexed and therefore will provide more options (eg efficient searching) than would be possible with an unstored calc.

This topic is 7790 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.