June 26, 200124 yr What is the difference between the calculations for dates "today" and Status(current Date)? Both return today's date but is there a setting where one is more advantageous, faster, uses less memory or CPUY time, etc... then the other? Thanks. Greg
June 27, 200124 yr The Today function is a legacy from before FileMaker included the Status functions. The drawback of the Today function was that it only recalculated itself during database startup, so workarounds had to be found to get this to happen every day. Status( CurrentDate ) doesn't have this limitation. I know of no reason to use the Today function anymore, I can't say that I have in quite a few years. Chuck
Create an account or sign in to comment