Thanks - I tried this and I don't get the syntax error, but now I am getting a runtime error '2465' "Access can't find the field specified. It is happenning on the line rst = [domain groups], where domain groups is a table in the DB. Is there another way to define the recordset? Or if...
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...
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.