Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to I activate Rst.Findfirst findnext etc in Access 2000?

Status
Not open for further replies.

adrift

Programmer
Sep 12, 2001
46
CA
I think it's a matter of referencing the proper library.. I've referenced DAO 3.6 but none of my RST.Findfirst, Rst.Findnext or Rst.NoMatch functions will work..

I keep getting data member not found..

I regret upgrading from 97!

cheers, shawn
 
Got it myself..

Set rst as DAO.Recordset

solve the problem
 
In either case, the Various findX's are un-necessary, as they can ALL be accomplished with (simple) select queries -perhaps embillished with judicious use of bookmarks?

MichaelRed
m.red@att.net

There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top