G
Guest
Hi
The following is a code to run Find method of a recordset "rstOrder". I want to find the position of the record in my table Orders, whose OrderID equals to the value of a text box "txtOrderID" on a Form, but the debug tells me that no such a method, where is wrong? what is the right method
rstOrder.Find "OrderID=" & txtOrderID.Valu
Many thanks
Goodman
The following is a code to run Find method of a recordset "rstOrder". I want to find the position of the record in my table Orders, whose OrderID equals to the value of a text box "txtOrderID" on a Form, but the debug tells me that no such a method, where is wrong? what is the right method
rstOrder.Find "OrderID=" & txtOrderID.Valu
Many thanks
Goodman