"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
 

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

Back
Top