The DateDiff function works great: CalcShowDays: (DateDiff("d",[start date],[end date])
Except I want to know how many total days the show spanned. This calculates the difference but I need to include the first date. If the dates were the same (only one show day), it returns a zero.
Any help appreciated. Thank you.
Except I want to know how many total days the show spanned. This calculates the difference but I need to include the first date. If the dates were the same (only one show day), it returns a zero.
Any help appreciated. Thank you.