L
Lucky
I need to create function that will get Pay Period (PP)
number based on selected date (e.g. if PP 38 falls
between 9.8.03 and 9.14.03, all dates, including start
and end that falls within this range need to show 38;
dates starting before 9.8.03 should show 37, after
9.14.03, 39, and so on).
I have the PP values (Year, Number, Start Date, End Date)
stored in a separate table. This function will be used
in queries with no relationship to PP table.
Any suggestions how to do this or point me to a resource
where I can find out how?
Thank you.
Lucky
number based on selected date (e.g. if PP 38 falls
between 9.8.03 and 9.14.03, all dates, including start
and end that falls within this range need to show 38;
dates starting before 9.8.03 should show 37, after
9.14.03, 39, and so on).
I have the PP values (Year, Number, Start Date, End Date)
stored in a separate table. This function will be used
in queries with no relationship to PP table.
Any suggestions how to do this or point me to a resource
where I can find out how?
Thank you.
Lucky