Hi,
Tks for the help but there's an If statement!
I want to check in my module if a specific day is a business day or not. so if i have in a table a date such as 1/16/2006 and i write in my module
If DatePart("y", Date1) = 16 would it recognize that date as a holiday (for sure after the whole method is called from a query for example)
Tks