Hi Guys. I am having a problem formating my Find First command. I have a dual criteria, here's the line of code.
rs2.FindFirst "acctnmbr_out= '" & rs1!AcctNmbr_Out & "'" And rectype_out = "01" 'FIND First 01 REc
It worked find until I added the second criteria. I tried making the "01" a string format like acctnmbr_out but received a syntax error.
Any Ideas?
Thanx much,
Trudye