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 Wanet Telecoms Ltd 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: *

  1. NiallWestland1974

    OpenRecordSet Produces Type MisMatch

    Hi All, I'm trying to populate a recordset from a simple query, but I keep getting Type MisMatch (error 13) errors.. Anyone have any idea what the problem is, and how to solve it? Dim dbs2 As Database Set dbs2 = CurrentDb Dim rst As Recordset Dim qry As QueryDef Set qdf...
  2. NiallWestland1974

    VBA Forms in Access - Control Captions and Control Properties

    Hi, I'm trying to dynamically capture the captions of the forms contained in a form and, in addition, set the onchange property of these controls dynamically through VBA. Does anyone have any ideas on how to solve either (or even one!) of these problems?? The (faulty!) code is: For i = 0 To...

Part and Inventory Search

Back
Top