c_jeyasree
Jan 27th, 2000, 12:39 PM
friends,
i have used vb 6.0 and ms access.
i am using ADO type recordset.
my requirement is to find match criteria on the basis of two fields:
sample code:
.Find "Month = " & 1 & " AND FmtFunct = '" & txtFormatId.Text & txtFunctionId.Text & "'"
here my search criteria contains one numeric field and another character field which has to be searched simultaneously.
it is not accepting.
can you help me out.
friendly,
jeyasree.
i have used vb 6.0 and ms access.
i am using ADO type recordset.
my requirement is to find match criteria on the basis of two fields:
sample code:
.Find "Month = " & 1 & " AND FmtFunct = '" & txtFormatId.Text & txtFunctionId.Text & "'"
here my search criteria contains one numeric field and another character field which has to be searched simultaneously.
it is not accepting.
can you help me out.
friendly,
jeyasree.