R
Robert T
I have a simple little DB that tracks my time and attendance at work. One of
the calculated fields on the form tracks the week number. I have a calculated
control with a default value of:
=Format([Date_Work],"ww")
It works properly if I'm entering the date during the current week. Today's
date is 12-06-2007 and the calculated control displays week number 49.
However, if I inadvertently miss a day and try to enter it 1 or 2 weeks
later, the calculated control displays the current week number. For example,
if I enter the date worked as 09/01/2007 today, the calculated control will
still be 49. Obviously September 1st isn't week number 49. Can someone please
explain what I'm doing wrong.
Thanks,
Robert
the calculated fields on the form tracks the week number. I have a calculated
control with a default value of:
=Format([Date_Work],"ww")
It works properly if I'm entering the date during the current week. Today's
date is 12-06-2007 and the calculated control displays week number 49.
However, if I inadvertently miss a day and try to enter it 1 or 2 weeks
later, the calculated control displays the current week number. For example,
if I enter the date worked as 09/01/2007 today, the calculated control will
still be 49. Obviously September 1st isn't week number 49. Can someone please
explain what I'm doing wrong.
Thanks,
Robert