VoodooRage
Programmer
Can you utilize the "FindFirst" method with multiple arguments for the search criteria?
For example if you want to find a record based on two criteria such as
rs.FindFirst "[CNUM] ='" & Forms!Frm!CNUM & "'" AND "[Item] = '" & Forms!Frm!List73 & "'"
can this be done?
As Always THANKS bunches!
For example if you want to find a record based on two criteria such as
rs.FindFirst "[CNUM] ='" & Forms!Frm!CNUM & "'" AND "[Item] = '" & Forms!Frm!List73 & "'"
can this be done?
As Always THANKS bunches!