I am trying to create a query that sums the working days between two dates, however these dates don't always have information in the fields so where they are blank i want the resulting sum to return 0.
However when i try to do this i get a #Error appearing in the field. As soon as i add dates to the fields it's trying to sum it provides a result but if they are blank i get the #Error.
The query is a new column and the code is "Working Days In Consents: Weekdays([3rdPartyReqSent],[3rdPartyCleared])-1"
I know you can use NZ to get the field to recognise a null but i am struggling to know how to add this to the following code "Working Days In Consents: Weekdays([3rdPartyReqSent],[3rdPartyCleared])-1".
Any help would be much appreciated.