No match in recordset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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?
 
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.
 
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?
 
Back
Top