ASKER
ASKER
Private Sub Cmd_B_Click()
Call ApplyACustomFilter("[AccountsNotPaidQry].[contactcode] Like " & Chr$(34) & "B*" & Chr$(34))
End Sub
- and still no responsePrivate Sub Cmd_B_Click()
Call ApplyACustomFilterstop("[AccountsNotPaidQry].[contactcode] Like " & Chr$(34) & "B*" & Chr$(34))
End Sub
at which point a click on B opened the VBA window with a "Compile Error: Sub or Function not defined".ASKER
ASKER
ASKER
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
TRUSTED BY
Jim.