L livvie Registered User. Local time Today, 21:41 Joined May 7, 2004 Messages 158 Oct 1, 2004 #1 I am using a .find to locate a record in a recordset if I dont find any record I want to move on to the next piece of code - how do I do that.
I am using a .find to locate a record in a recordset if I dont find any record I want to move on to the next piece of code - how do I do that.
A Agnostiker Registered User. Local time Today, 21:41 Joined Sep 28, 2004 Messages 36 Oct 1, 2004 #2 Try Code: If rs.NoMatch Then .... Friendly regards Agnostiker
L livvie Registered User. Local time Today, 21:41 Joined May 7, 2004 Messages 158 Oct 1, 2004 #3 Agnostiker said: Try Code: If rs.NoMatch Then .... Friendly regards Agnostiker Click to expand... I am using Access 2003 .adp and .nomatch doesn't seem to be valid
Agnostiker said: Try Code: If rs.NoMatch Then .... Friendly regards Agnostiker Click to expand... I am using Access 2003 .adp and .nomatch doesn't seem to be valid