G
Guest
I need a solution for the following problem. I have a DAO recordet rcdMtlu
and need to find a record based on two criteria, both criteria are declared
as strings both fileds are text boxes.
rcdMtlu.findfirst("firstname = " & Mname & "" and Lastname = " & Lname & """
I know this is a wild shot Help.
Jane
and need to find a record based on two criteria, both criteria are declared
as strings both fileds are text boxes.
rcdMtlu.findfirst("firstname = " & Mname & "" and Lastname = " & Lname & """
I know this is a wild shot Help.
Jane