M
Martin
I want to express the meaning of: if [Combo270] is with nothing in it,
then...
However, I wrote the VBA as follows, they all are wrong. How to do?
WRONG 1:
If [Forms]![abcMartininq]![Combo270] Is Null Then
........................
WRONG 2:
If [Forms]![abcMartininq]![Combo270]="" Then
........................
How to make a right VBA? Thanks!
Martin
then...
However, I wrote the VBA as follows, they all are wrong. How to do?
WRONG 1:
If [Forms]![abcMartininq]![Combo270] Is Null Then
........................
WRONG 2:
If [Forms]![abcMartininq]![Combo270]="" Then
........................
How to make a right VBA? Thanks!
Martin