error 2115

  • Thread starter Thread starter Marcus Armand
  • Start date Start date
M

Marcus Armand

Can anyone shed some light on this for me. I have a form (Access 2000) where
a field is populated after the user selects an option from a combo field
using an AfterUpdate event on the combo box.

all that happens is a DLookUp on another table using the criteria from the
combo box. After making the selection I get an error:

Run-time error '2115':
The macro or function set to the BeforeUpdate or ValidationRule property for
this field is preventing microsoft access from saving the data in the field.

I don't have a BeforeUpdate event or any validation rules set.

I can't find anything on MS support pages.

Many Thanks

Marcus Armand
 
You need to find what line of code is causing the error. Add some msgbox'es
to narrow it down. Then post that line of code, with half a dozen or so
before & after.

TC
 
Back
Top