I have an eligibility tracker database designed in access 2000. The employees have to process the applications within 10 business days.
1. How do you determine business days, weekends and holidays?
2. If I have the following fields: AppStatus, EligDay, EligDate, AppReceived, Reassess etc.
AppStatus has a dropdown of (NEW, EAP, REACTIVATE etc.)
How do I do the following calculations:
When you select NEW from AppStatus dropdown,
EligDay = EligDate – AppReceived
When you select REACTIVATE from AppStatus dropdown,
EligDay = EligDate - Reassess
Thanks in advance!
DKD