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.