Hi,
I am new here and just started learning MS Access. I have a problem with the code I am doing now and the error is "Sub or function not defined" the code is:
Option Compare Database
Option Explicit
Private Sub AddToWhere(FieldValue As Variant, FieldName As String, MyCriteria As String...