I have two date fields (startdate, leavedate) that I want to use in a Datediff calculation on a form. However, sometimes the leavedate field maybe empty (Null), so what I want to do is write an expression that check the leavedate to see if there is a value. Then if there is a value, use it in a Datediff calculation. If there is no value, I want it to use the Now() function to perform the calculation.
I have tried using the 'If' and 'Then' statements with very little luck. DOes anyone know of how it might work in this instance - or any other solution!
Thanks
I have tried using the 'If' and 'Then' statements with very little luck. DOes anyone know of how it might work in this instance - or any other solution!
Thanks