B
Beccy
opwl![WAIT_DUR] = DateDiff("ww", Nz(opwl![U_DNA], opwl!
[U_Ref_Date]), opwl![U_Census_Date])
If Nz(opwl![U_DNA]) > opwl![U_Census_Date] Then
opwl![WAIT_DUR] = opwl![U_Census_Date] - opwl![U_Ref_Date]
End If
I run the following in a module, but when it goes to the
IF statement then it returns a calulation in days and not
weeks how can I chage this?
[U_Ref_Date]), opwl![U_Census_Date])
If Nz(opwl![U_DNA]) > opwl![U_Census_Date] Then
opwl![WAIT_DUR] = opwl![U_Census_Date] - opwl![U_Ref_Date]
End If
I run the following in a module, but when it goes to the
IF statement then it returns a calulation in days and not
weeks how can I chage this?