M
Martin
I want to write a VBA program to check whether there is any items in a FORM,
which was forgot to fill information in.
The VBA I wrote is as follows:
If [age]="" or [salary]="" or [telephone]="" Then
MsgBox "There is one or several items left, please check and fullfill all
the items"
to my sorrow, ="" is actually not expressing null
How to express this, and check out if there is any unfilled item in a FORM ?
which was forgot to fill information in.
The VBA I wrote is as follows:
If [age]="" or [salary]="" or [telephone]="" Then
MsgBox "There is one or several items left, please check and fullfill all
the items"
to my sorrow, ="" is actually not expressing null
How to express this, and check out if there is any unfilled item in a FORM ?