Hi All,
I would like your thoughts on how you would write a formual or VBA to handle this date needed.
I have 3 fields ("tblMedSubmit" Title: T21 or T19, Requested Type: Urgent, Standard, Inpatient or Retro, and Med3Date: a date field )
I need to show a date based on a criteria:
For Title T21
Urgent I need to show + 72 hours
Standard I need to show + 15 days
Inpatient I need to show + 24 hours
Retro I need to show + 30 days
For Title T19
Urgent I need to show + 72 hours
Standard I need to show + 14 days
With each of these I need to make sure I don't count weekends and holidays (tblHoliday), so if it is due on a Monday we get it to display the Friday date.
Thanks for your views and hopefully help on this.