W
wade polk
I need to compare a text/combo box to determine if the user entered data or not. The text box is [plant ID], the code looks like
If [plant ID]=Null Then
DOSOMETHING
I have tried
If [plant ID]=""
and
If IsNull(Plant ID)
Which is the correct way to do this?
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com
If [plant ID]=Null Then
DOSOMETHING
I have tried
If [plant ID]=""
and
If IsNull(Plant ID)
Which is the correct way to do this?
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com