Hiya Gurus
I have a form with a tabbed control. On the 1st Page I have a combobox that displays a clientList.
On the change event, when th user selects a client from the list, I set the form's recordsource property to a query, and use a filter to specify the clientID which I get from the combobox. I get an error msg :
Run time error 2115:
The macro or function set to the BeforeUpdate or Validationrule property for this field is preventing the system from saving the data in the field.
This was not a problem earlier, and it suddenly started happening yesterday. I don't use macros and I am not doing anything in the form's BeforeUpdate property.
What could be the problem here?
Len
I have a form with a tabbed control. On the 1st Page I have a combobox that displays a clientList.
On the change event, when th user selects a client from the list, I set the form's recordsource property to a query, and use a filter to specify the clientID which I get from the combobox. I get an error msg :
Run time error 2115:
The macro or function set to the BeforeUpdate or Validationrule property for this field is preventing the system from saving the data in the field.
This was not a problem earlier, and it suddenly started happening yesterday. I don't use macros and I am not doing anything in the form's BeforeUpdate property.
What could be the problem here?
Len