Hello,
I'm getting syntax error with this, does anyone see a glaring problem? I thought it was fine, but the compiler is complaining.
thanks in advance.
Private Sub custname_AfterU pdate()
Me.FilterOn = True
Me.Filter = "CustomerID =" & custacct
Me.Requery
End Sub
I'm getting syntax error with this, does anyone see a glaring problem? I thought it was fine, but the compiler is complaining.
thanks in advance.
Private Sub custname_AfterU pdate()
Me.FilterOn = True
Me.Filter = "CustomerID =" & custacct
Me.Requery
End Sub
Comment