Error Message

D

David

When attempting to move to a new record from a form, I am getting an error message - "Can't Set value to null when check box property = false." Please help.

Thanks in advance,


David
 
S

Steve Schapel

David,

Can't give precise advice, but it looks like you have macro or code
"somewhere" which is trying to change the value of a field or control.
You will just need to scout around and see if you can spot it. Look
at the BeforeUpdate and OnCurrent properties of the form, and the
properties of the last control on the form that has the focus before
you try to go to another one, or the properties of the command button,
if you use one to go to a new record. If it's not there... it must be
somewhere else :)

- Steve Schapel, Microsoft Access MVP
 

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

Top