No match in recordset

C

Cyberwolf

In access 97, there is a nomatch method that allows you to handle a seek that
does not contain a matching record. What would be the equivalent in
Access2000?
 
M

Marshall Barton

Cyberwolf said:
In access 97, there is a nomatch method that allows you to handle a seek that
does not contain a matching record. What would be the equivalent in
Access2000?


That has not changed in any version of Access. What prompts
you to ask if it has changed?
 
C

Cyberwolf

I get the error msg "Method or Data Member not found" when Icompile my code.

I bet it has something to do with my references but I don't know which one
it is.
 
M

Marshall Barton

Cyberwolf said:
I get the error msg "Method or Data Member not found" when Icompile my code.

I bet it has something to do with my references but I don't know which one
it is.


Hard to tell without seeing the code, but MoMatch is a DAO
property. Are you sure the recordset was declared as a DAO
recordset?
 
Top