B
Barry A&P
the contract we are working has a "Fiscal" type year that Typically runs Jun
1 to May 31? but our contract lingo is "option year" all of our charge
codes correspond to a certain "option Year" is it possible to use a table
that may contain fields that are something like PeriodStart PeriodEnd
OptionYear where my query would reference the Date and basically return the
option year to a table,,
Ie:
T_Time entries
EntryDate
TotalHours
OptionYear
I Want my update Query to update the Option year so
If Entry Date Between 6-1-07 and 5-30-08 OptionYear = 1
I proposed the conversion table so a new IF statement would not have to be
added every Year.
Sorry if i have been staring at this too long to ask a sensible question
Thanks in advance
Barry
1 to May 31? but our contract lingo is "option year" all of our charge
codes correspond to a certain "option Year" is it possible to use a table
that may contain fields that are something like PeriodStart PeriodEnd
OptionYear where my query would reference the Date and basically return the
option year to a table,,
Ie:
T_Time entries
EntryDate
TotalHours
OptionYear
I Want my update Query to update the Option year so
If Entry Date Between 6-1-07 and 5-30-08 OptionYear = 1
I proposed the conversion table so a new IF statement would not have to be
added every Year.
Sorry if i have been staring at this too long to ask a sensible question
Thanks in advance
Barry