Determining Data Types

N

Nancy

In my VBA/Access Application, I am trying to get rid of
null values in a recordset I have just created. What I
would like to do is loop through the recordset and set
the values to "", 0, 12:00:00 AM, depending on whether
the data type of the field is text, currency, or date. I
could do it the long way and go through each field in the
recordset, but I would like to know if there is an easier
way in which I can determine datatype and then go from
there.

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top