M
MikeR
I have an Access 2000 mdb back end for a Delphi program, and use DAO to stir the db.
If I do a FindFirst on a recordset that does not contain the value I'm seeking, I get
a 'The Microsoft Jet database engine does not recognize CID as a valid field name or
condition.' message.
The seek is ListRec.FindFirst(CID = "K"). CID is a field of the table.
Why that particular message rather than just a nomatch condition?
Thanks,
Mike
If I do a FindFirst on a recordset that does not contain the value I'm seeking, I get
a 'The Microsoft Jet database engine does not recognize CID as a valid field name or
condition.' message.
The seek is ListRec.FindFirst(CID = "K"). CID is a field of the table.
Why that particular message rather than just a nomatch condition?
Thanks,
Mike