I need help with an If then statement for my SQL code. I have no idea on syntax but I know what I want it to do.
Any help would be great!!!
Code:
strSQL= stuff
if NULL
vbOK? "there is no user"
if not null
continue
end if
Any help would be great!!!