Hi everyone,
I have two date fields in a table ("Start" and "End". In the report, I have a text control with =[End]-{Start] to give me the number of days between the two dates. I need to eliminate weekends (and holidays if possible)
(e.g. start = Thurs; End = next Tues. Ans = 3, not 5.)
I can't just subtract two from the answer because the dates might not cross over a weekend. Is there a fairly easy way to do this? Appreciate the help.... :-D
I have two date fields in a table ("Start" and "End". In the report, I have a text control with =[End]-{Start] to give me the number of days between the two dates. I need to eliminate weekends (and holidays if possible)
(e.g. start = Thurs; End = next Tues. Ans = 3, not 5.)
I can't just subtract two from the answer because the dates might not cross over a weekend. Is there a fairly easy way to do this? Appreciate the help.... :-D