ACCESS 97

  • Thread starter Thread starter alban
  • Start date Start date
A

alban

when trying to run reports on the database i get error
<run-time error 94 :invalid use of null>. I don't know
much about access but i am willing to learn. Is there
anyone who could tell me what i should do please. thank
you
 
See:
Common errors with Null
at:
http://allenbrowne.com/casu-12.html

The article deals with the 6 most common errors with null. Yours may be
caused by trying to assign a value from a control to something in your VBA
code that is not a Variant (e.g. a String, or Integer variable). Only
Variants can be Null.
 

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

Similar Threads

access 97 3
Insert query from Access 97 to 2002 4
reports access 97 1
Access 2003 Question 2
update query ODBC--call failed 3
Resquence table 12
Access #Error & Excel Pivot 0
Query performance Access 2007 1

Back
Top