D
Dave Spence
I have a field that calculates a week number based on a
scheduled start date that is included in the the data. I
have it formatted so that I get a 4 digit return (i.e.
0501). The problem is that this is returning this week as
0502 instead of 0501. We use the rule of the first Thur
of the year as week 1. Any help would be appreciated. The
calculated field in the query is below.
SchedWeek#: (Format(Format(dbo_tpo_dss_jobtask!
sched_start_date,"yy"),"00"))+(Format(Format
(dbo_tpo_dss_jobtask!sched_start_date,"ww"),"00"))
scheduled start date that is included in the the data. I
have it formatted so that I get a 4 digit return (i.e.
0501). The problem is that this is returning this week as
0502 instead of 0501. We use the rule of the first Thur
of the year as week 1. Any help would be appreciated. The
calculated field in the query is below.
SchedWeek#: (Format(Format(dbo_tpo_dss_jobtask!
sched_start_date,"yy"),"00"))+(Format(Format
(dbo_tpo_dss_jobtask!sched_start_date,"ww"),"00"))