Hi, any help is greatly appreciated..... I have a dropdown field in a form and a search command button to search within a form. See code below
Private Sub CmdLetterSearch_Click()
Dim LSQLs As String
Dim LSearchStrings As String
Dim RecordCounts As String
Dim lRecCounts As Integer...