I'm using developing an application with VB6 using SQL statements for quering data so this data contains Empty cells as null. I tried to use but it doesn't work.
would you please help to use null with if condition like
if xx = null then do ....
else
do
end if
thanks
Start Free Trial