Well... some background:
The overall purpose of converting nulls in this dataset is because I need to pass all of the data into a function that does not accept null values. Although I have the function set up to accept variant values, the function returns an error if any null exists in the...
Your solution definitely places me on the right track. I have only a little experience with referencing objects. As the code stands, I have gotten an error message for the statement: "If rstfld.Value Is Null Then"
Error message: Error '424' Object required.
What piece of code am...
Currently, I am trying to write code to programmatically convert null values into non-nulls for various data types. In the present method, I have to name each field individually and recode using a sql statement.
Ideally, I would like to programmatically cycle through the recordset and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.