Invalid use of null

  • Thread starter Thread starter vlad
  • Start date Start date
V

vlad

When I click "Add new record" batton on my data-entry form, I receive MS
Access Error Message "Invalid use of Null".
Please help
 
vlad said:
When I click "Add new record" batton on my data-entry form, I receive
MS Access Error Message "Invalid use of Null".
Please help

Please post the code from the button's Click event. That may tell us
where to look for the error. The message implies that you are assigning
a Null value to a variable that cannot contain 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

Back
Top