'I'm not too good with the VB language but I know IF then statements. I need an IF then statement for my SQL code. I want to give a popup box that says "There is no record"
So I'd imagine it would look something like this...
docmd.runsql
IF NULL
then
(VB OK?)there is no record
some type of exit?
if not
continue code
end if
So I'd imagine it would look something like this...
docmd.runsql
IF NULL
then
(VB OK?)there is no record
some type of exit?
if not
continue code
end if