B
BAPERS
I have a table called PlanFeeSchedule which contains 3 fields:
PlanID
FeeScheduleID
FeeScheduleEffectiveDate
I am entering a plan Id and a date in a form and want to look up the fee
schedule that is effective based on this date entered.
Sample data:
PlanID FeeScheduleID FeeScheduleEffectiveDate
1000 2006AB 1/1/2006
1000 2007AB 6/30/2007
1000 2009AB 1/1/2009
If I enter a planID of 1000 and a date of 12/31/07, I want to return the
FeeScheduleID 2007AB (I want to look up the effective date of the schedule
that is less than or equal to the date entered and return the corresponding
fee schedule).
I am new to Access and not sure what is the best method to accomplish this.
Any suggestions would be appreciated.
Thanks.
PlanID
FeeScheduleID
FeeScheduleEffectiveDate
I am entering a plan Id and a date in a form and want to look up the fee
schedule that is effective based on this date entered.
Sample data:
PlanID FeeScheduleID FeeScheduleEffectiveDate
1000 2006AB 1/1/2006
1000 2007AB 6/30/2007
1000 2009AB 1/1/2009
If I enter a planID of 1000 and a date of 12/31/07, I want to return the
FeeScheduleID 2007AB (I want to look up the effective date of the schedule
that is less than or equal to the date entered and return the corresponding
fee schedule).
I am new to Access and not sure what is the best method to accomplish this.
Any suggestions would be appreciated.
Thanks.