View Full Version : Validation error


Rich
03-25-2001, 04:49 AM
Anybody know why the following
Private Sub txtHowPaid_BeforeUpdate(Cancel As Integer)
Dim Msg, Style, Title, Response, MyString
On Error GoTo Macro4_Err
If Me.txtHowPaid = "OnAcc" And Me.Text25 = 0 Then
Cancel = True
Produces the following error message?
There is a invalid use of the .(dot) or ! operator or invalid parenthesis, etc.
The code works perfectly on the original form but not a clone of it changing the dots for bangs makes no difference either.
Arrgh!

Rich
03-25-2001, 08:32 AM
Never mind found the problem.