C
Chey
I have a table with the following informtion
Headers
FY, CC, LC, Start Date, End Date,
each year this will be poplulated
I need a code that will assign the proper information with the proper date.
Example these are Fiscal numbers
If date leave is between start date, and start end then that row of
information. However How do I get it to call from the right row.
Right now my table looks like this
FY CC LC Start Date End Date
06 123 456 7/1/2005 6/30/2006
07 789 321 7/1/2006 6/30/2007
so if there trip was in 7/25/05 then it shows 06 123 456
I hope this makes sense.
Thanks
Chey
Headers
FY, CC, LC, Start Date, End Date,
each year this will be poplulated
I need a code that will assign the proper information with the proper date.
Example these are Fiscal numbers
If date leave is between start date, and start end then that row of
information. However How do I get it to call from the right row.
Right now my table looks like this
FY CC LC Start Date End Date
06 123 456 7/1/2005 6/30/2006
07 789 321 7/1/2006 6/30/2007
so if there trip was in 7/25/05 then it shows 06 123 456
I hope this makes sense.
Thanks
Chey