G
Guest
If IsNull(Forcasted.Form![time avg]) = False Then
h = Forcasted.Form![time avg]
[Forcasted Time to Tip] = h * d
[Forcast amended] = -1
Else
End If
theres my code but its not working the 'h' variable keeps calling up a an
error because its null but the isnull is supposed to catch this can anyone
advise me where the codes is going wrong please
hanks in advance
h = Forcasted.Form![time avg]
[Forcasted Time to Tip] = h * d
[Forcast amended] = -1
Else
End If
theres my code but its not working the 'h' variable keeps calling up a an
error because its null but the isnull is supposed to catch this can anyone
advise me where the codes is going wrong please
hanks in advance