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.