idoremus Posted March 30, 2006 Share Posted March 30, 2006 I haven't found this brought up before: Can I have an Auto Enter/Calculation that will just give me the dates of Saturdays. For example if I start with 12/31/2005 then in my next record my date would automatically fill in as 1/07/2006, and the next would be 1/14/06. Thanks in advance for any advice. Ian Link to comment Share on other sites More sharing options...
comment Posted March 30, 2006 Share Posted March 30, 2006 Here is a simple solution, that doesn't require a reference to previously created records: Date ( 12 ; 24 ; 2005 ) + 7 * SerialID where SerialID is a number field with auto-entered serial numbers. Link to comment Share on other sites More sharing options...
Recommended Posts