//flex table opened by JP

Click to See Complete Forum and Search --> : ACCESS 97 ISSUE - Runtime error '2115'


QTNM
08-16-2002, 05:32 PM
Need some help ....

To simply put it, I have a form with a populated combo box and 2 radio buttons. I need the radio buttons to change the value in the combo box.

Whenever I do this I receive this error and the combo box is not updated.


Run-time error '2115 - The macro or function set to the BeforeUpdate or Validation Rule property for this field is preventing [program name] from saving data in the field.

Any help on this is muchly appreciated!

QTNM :(

AltatemTC
08-17-2002, 12:15 PM
Is the combo box bound or unbound?

QTNM
08-20-2002, 12:43 PM
The combo box is bound to a table with values (Lamp Type & Lamp Description).

(eg. F14 15 Inch Lamp
F25 30 Inch Lamp

The radio button is attempting to set the combo box to one of these values (F14, F25).

Any suggestions as to rid of this error message?

QTNM = )