A
AJ
I have a dumb question that I cannot seem to find the answer to. I have a
recordset that uses a field.value in the where clause. Can anyone tell me how
to set up the recordset so if nothing is returned from my sql the vba does
not fail.
Example:
recset = "select * from stores where store = form.store"
If ???? NO STORE FOUND?????
msgbox "store does not exist"
else
msgbox "store found, continue processing"
end if
Thanks!!
recordset that uses a field.value in the where clause. Can anyone tell me how
to set up the recordset so if nothing is returned from my sql the vba does
not fail.
Example:
recset = "select * from stores where store = form.store"
If ???? NO STORE FOUND?????
msgbox "store does not exist"
else
msgbox "store found, continue processing"
end if
Thanks!!