timcadieux
Programmer
I've noticed that certain fields in my DB are empty, i want to avoid referring to them if they actually contain no text.
In this case, neither
Will work, other than changing the way the info is input into the db, how can i avoid this with existing information?
In this case, neither
Code:
rs(article)>1
or
ISNULL(rs(article))
Will work, other than changing the way the info is input into the db, how can i avoid this with existing information?