error 2115

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
 
T

TC

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
 

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