How do I use the Is_member function from Visual Basic? I want to enable/disable form objects based on a user's permissions. The Is_member function appears to be what I want to use but I don't know how to include it in my VB code.
Thanks, but how do I execute the query in my VB code? Do I use DOCMD.RunSQL? If so, how do I check the value of AcctMember after I call DOCMD.RunSQL? Also, is AcctMember a variable in VB or is it a column in some Table?
I'm not a VB programmer but I think you could create a create a record set to return the results of the query. AcctMember is simply a name that I gave to the column to return the value in the result. Terry L. Broadbent - DBA
Computing Links:
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.