J
Jacco
Hi everyone,
I'm trying to validate a form, using VB. I have 4 time fields, and atleast
ONE of them needs to contain value. I've tried several approaches, but just
can't get it to work. Untill somebody enters a value in the fields, the are
set to Null.
I ended up trying this, but it won't process Null values and crash:
Dim CommandTime As String
CommandTime = [PIC].Value + [SIC].Value + [Dual].Value + [IP].Value
If CommandTime = 0 Then GoTo Forgot_new1_Click
Thank you in advance
Jacco
I'm trying to validate a form, using VB. I have 4 time fields, and atleast
ONE of them needs to contain value. I've tried several approaches, but just
can't get it to work. Untill somebody enters a value in the fields, the are
set to Null.
I ended up trying this, but it won't process Null values and crash:
Dim CommandTime As String
CommandTime = [PIC].Value + [SIC].Value + [Dual].Value + [IP].Value
If CommandTime = 0 Then GoTo Forgot_new1_Click
Thank you in advance
Jacco