Access2003
txtSN_Qty is an unbound textbox that gets a number typed in if greater
than one(1) else its left blank.
If txtSN_Qty is left blank then the below line should jump the code to
ELSE, but it does not.
If txtSN_Qty <"" Or Not IsNull(txtSN_Qt y) Then
Placing a Watch on txtSN_Qty shows its value as "" (an empty string
when left blank)
Why is my IF not working?
Thanks,
RICK
txtSN_Qty is an unbound textbox that gets a number typed in if greater
than one(1) else its left blank.
If txtSN_Qty is left blank then the below line should jump the code to
ELSE, but it does not.
If txtSN_Qty <"" Or Not IsNull(txtSN_Qt y) Then
Placing a Watch on txtSN_Qty shows its value as "" (an empty string
when left blank)
Why is my IF not working?
Thanks,
RICK
Comment