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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.