I see where to set the extension to use the group, how do I create the actual groups? I cannot find it in the programming. I came across hunt groups but we do not use any hunts. Thanks
Dim xlApp
Dim xlWkb
Set xlApp = CreateObject("excel.application")
Set xlWkb = xlApp.Workbooks.Open("\\myserver\sys\personal.xls")
Set xlWkb = xlApp.Workbooks.Open("\\myserver\sys\ReportExpRenew.csv")
Set WSHShell = WScript.CreateObject("Wscript.Shell")
WshShell.AppActivate ("Microsoft Excel -...
here is what I am trying to accomplish please look at code below.
Dim xlApp
Dim xlWkb
Set xlApp = CreateObject("excel.application")
Set xlWkb = xlApp.Workbooks.Open("\\myserver\sys\personal.xls")
Set xlWkb = xlApp.Workbooks.Open("\\myserver\sys\ReportExprenew.csv")
xlApp.Visible = True
Set...
I have designed a simple HTML Data access page using the wizard in Access 2003. This is the frontend to a simple table I have at the backend. One of the fields in the page is "Salesman". My question is I want to restrict salesman from seeing other salesman records. So when they access the...
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.