I am trying to test a form value for null-
the code below works for text fields, but is not working for a numeric field- it just pops up a message 'you entered an expression that has no value'
If IsNull(Me.TabCtl0.Value) Then
Help, please?
Thanks,
Dave