J
jpt
How can I check an optional function argument (type is
DAO.recordset) for null or check to see if it has been
passed before performing operations on it? I wanted to set
a boolean variable to Isnull(rstSrc) but that doesn't work.
MyFunction (strSRC as string, Optional rstSrc as
dao.recordset)
What should I use?
DAO.recordset) for null or check to see if it has been
passed before performing operations on it? I wanted to set
a boolean variable to Isnull(rstSrc) but that doesn't work.
MyFunction (strSRC as string, Optional rstSrc as
dao.recordset)
What should I use?