morechocolate
Technical User
I am taking a date field and parsing it out by month, day, and year and then trying to put those separate values into comboboxes.
However, I am getting error 94 Invalid use of Null. What follows is one of the many things I have tried to do.
varCMonth = IIf(IsNull(Month(rsObj!Close_Date)), Null, Month(rsObj!Close_Date))
Any suggestions are appreciated.
Thanks
However, I am getting error 94 Invalid use of Null. What follows is one of the many things I have tried to do.
varCMonth = IIf(IsNull(Month(rsObj!Close_Date)), Null, Month(rsObj!Close_Date))
Any suggestions are appreciated.
Thanks