J
Jens
Hello,
I have a question that is really stumping me. I am
programming a report in access that will only allow
certain users in a special group to open it. On the
Report_Open() function, I am writing some code (that was
generously provided by someone on this site) that will
serach through the groups and check to see if they are in
the group that can print or can't print. Anyway, the
first line is declaring a variable:
Dim cat As New ADOX.Catalog
What is ADOX?? I know it has to do with ActiveX, but when
I am writing the code, it doesn't know what it is. I get
two option ADODB or Access. Do I need to install
something? ANy help would be greatly appreciated.
Thanks,
Jens
I have a question that is really stumping me. I am
programming a report in access that will only allow
certain users in a special group to open it. On the
Report_Open() function, I am writing some code (that was
generously provided by someone on this site) that will
serach through the groups and check to see if they are in
the group that can print or can't print. Anyway, the
first line is declaring a variable:
Dim cat As New ADOX.Catalog
What is ADOX?? I know it has to do with ActiveX, but when
I am writing the code, it doesn't know what it is. I get
two option ADODB or Access. Do I need to install
something? ANy help would be greatly appreciated.
Thanks,
Jens