How to prevent the error 2105?

C

Chipcom

Hi

I need to know how to prevent the error 2105.
I have two fields and if i don't fill any of those fields and move to
another recored I get the error 2105.

Can you please tell me all the methos to prevent this error?

Thanks
 
A

Allen Browne

It is not clear what you want to achieve here.

You have 2 fields that have the Required property set to Yes? Consequently,
if you start entering a record and do not enter something for both fields,
Access won't let you save the record, so you can't move to another record?

That would make sense. What do you expect it to do? Allow you to move
without any message (i.e. silently discard the record that failed to be
saved)? Or stay stuck in that record, but without giving the user any reason
why the computer appears to be stuck?
 
Top