"invalid use of null"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to pull up my receivables aging report in Access, and it tells me
"invalid use of null."

What can I do to fix this thing?
 
This usually means that a record contains one or more empty (Null)
fields and the contents of (one of) these fields is being specified as
an argument to a Function that expects a specific Type (i.e. not an
Object or Variant, which can be Null).

I'm trying to pull up my receivables aging report in Access, and it tells me
"invalid use of null."

What can I do to fix this thing?


Please respond to the Newsgroup, so that others may benefit from the exchange.
Peter R. Fletcher
 
Back
Top