D
David
I have no problem with finding a record in an ADODB
recordset when there is only one field for a key field. I
need help, however, in trying to find a record when the
key is composed of two fields. i.e.:
ProNumber is one key field
ProNum is Second field in the key.
I think the following is what needs to be modified:
rst.find "[rst!pronumber] = '" & [HoldProNumber] & "'"
HoldPronumber is the number of the first key field.
HoldProNum is the number of the second key field.
How do I code this in order to get a proper search and
find?
Thanks
recordset when there is only one field for a key field. I
need help, however, in trying to find a record when the
key is composed of two fields. i.e.:
ProNumber is one key field
ProNum is Second field in the key.
I think the following is what needs to be modified:
rst.find "[rst!pronumber] = '" & [HoldProNumber] & "'"
HoldPronumber is the number of the first key field.
HoldProNum is the number of the second key field.
How do I code this in order to get a proper search and
find?
Thanks