Hello.
1.I have to identify if a date falls within a work week (Monday to Friday) or falls on a week end.
2. I also will need to set up a proceedure to identify Public Holidays. The database that I am using does not have a calender table. I was going to hard code an If statement with the dates included until a calender table is established.
Any ideas for either of these problems.
1.I have to identify if a date falls within a work week (Monday to Friday) or falls on a week end.
2. I also will need to set up a proceedure to identify Public Holidays. The database that I am using does not have a calender table. I was going to hard code an If statement with the dates included until a calender table is established.
Any ideas for either of these problems.