I'm using the following FindFirst but getting a Invalid Syntax error. Both variables (strNumber1 and strDate) are dimmed as strings. The field [Date] is a date field so I use the CDate to convert the string into a date.
Any thoughs on what I am doing wrong? Thanks
rst.FindFirst "[Number1] = '" & strNumber1 & "' And [Date] = '" & CDate(strDate)
Any thoughs on what I am doing wrong? Thanks
rst.FindFirst "[Number1] = '" & strNumber1 & "' And [Date] = '" & CDate(strDate)