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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: plowmon
  • Content: Threads
  • Order by date
  1. plowmon

    Error code desriptions

    Does anyone know of a site that lists the descriptions of the various runtime errors that occur in VBA with Access 2k? Thanks Jeff
  2. plowmon

    Extracting Value from Recordset

    I have a piece of code that I use to find values that enable fields on a form. Here is an excerpt of the code: Set rst = [domain groups] strSearchName = Str(Me!Manager) rst.FindFirst "Manager = " & strSearchName Group = rst.[Group] Me!Group.Enabled = True The problem is that I...

Part and Inventory Search

Back
Top