D
Douglas J. Steele
It looks as though your function is incorrect. You're already passing 2
dates BegDate and EndDate to the function. The lines
BegDate = DaveValue(Date1)
EndDate = DateValue(Date2)
aren't required.
If you're trying to compare the ApplicationDate in your table to today's
date, you could have a query with a calculated field:
WorkingDays: Work_Days([ApplicationDate], Date())
dates BegDate and EndDate to the function. The lines
BegDate = DaveValue(Date1)
EndDate = DateValue(Date2)
aren't required.
If you're trying to compare the ApplicationDate in your table to today's
date, you could have a query with a calculated field:
WorkingDays: Work_Days([ApplicationDate], Date())