Discussion on:

Message 2 of 2
0 Votes
+ -
Easier way to check...
Here's I easier trick I use for VB code

whatever = somethingfromadatabase & ""

Then the check

if whatever = "" then...

Just tag a "" on the end of the database item, then check for it to be "". Super Simple!
Posted by Narg
21st May 2012