So I assume WorkingDays2() is a user-defined public function?
SLA_Date3 and SLA_Date4 are fields on your form?
Try putting = sign first:
=WorkingDays2([SLA_Date3],[SLA_Date4])
Steve
> I have used the "workingdays2" function in a query to calculate the number
> of working days between two days like so...
[quoted text clipped - 5 lines]
>
> Any ideas?
scubadiver - 10 Jul 2007 09:20 GMT
Another stupid moment. Date4 was earlier than Date3, duh!
> So I assume WorkingDays2() is a user-defined public function?
> SLA_Date3 and SLA_Date4 are fields on your form?
[quoted text clipped - 14 lines]
> >
> > Any ideas?