J
John Ortt
I am trying to use the following code to take a date value from a form:
If Me.Controls(WSNumber).Value = Null Then WSVal = 0
Else WSVal = Me.Controls(WSNumber).Value
The problem arrises when you scroll onto a blank record as it throws up an
error
(I believe due to the null value).
Does anybody have any suggestions on how I can overcome this please?
Thanks,
John
If Me.Controls(WSNumber).Value = Null Then WSVal = 0
Else WSVal = Me.Controls(WSNumber).Value
The problem arrises when you scroll onto a blank record as it throws up an
error
(I believe due to the null value).
Does anybody have any suggestions on how I can overcome this please?
Thanks,
John