Hi,
When code this statement on ButtonClick:
If IsNull(Form_ICL.ICL_5.Value) Then
Form_ICL.ICL_5.Value = ""
End If
I get the following error: "Compile Error: Block If without End If"
Why am I getting this error?
Thanks in advance!
When code this statement on ButtonClick:
If IsNull(Form_ICL.ICL_5.Value) Then
Form_ICL.ICL_5.Value = ""
End If
I get the following error: "Compile Error: Block If without End If"
Why am I getting this error?
Thanks in advance!