M
martin
I have the following code set on the OnClick event of a
checkbox;
Private Sub ATTENDINGYES_Click()
SITE_REQUEST.SetFocus
If (Me.ATTENDINGYES = True) Then Me.SITE_REQUEST.Text
= "BEAUDRY"
End Sub
But I keep getting this error;
"2115: The macro or function set to the BeforeUpdate or
ValidationRule property for this field is preventing
Training database from saving the data in the field."
I doesn't appear that I have anything on my BeforeUpdate
even or ValidationRule, Is there anything else I'm missing?
checkbox;
Private Sub ATTENDINGYES_Click()
SITE_REQUEST.SetFocus
If (Me.ATTENDINGYES = True) Then Me.SITE_REQUEST.Text
= "BEAUDRY"
End Sub
But I keep getting this error;
"2115: The macro or function set to the BeforeUpdate or
ValidationRule property for this field is preventing
Training database from saving the data in the field."
I doesn't appear that I have anything on my BeforeUpdate
even or ValidationRule, Is there anything else I'm missing?