I'm getting this error when I run the following code:
Run-time error '2115':
The macro or function set to the BeforeUpdate or ValidationRule propery for this filed is preventing Estroli Data Input v1.1 from saving the data in the field.
Any ideas?
Code:
txtMyTextField.SetFocus
txtMyTextField.Text = "Hello"
Run-time error '2115':
The macro or function set to the BeforeUpdate or ValidationRule propery for this filed is preventing Estroli Data Input v1.1 from saving the data in the field.
Any ideas?