How to create script from Access 2000 report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wiso2010
    New Member
    • Mar 2010
    • 2

    How to create script from Access 2000 report

    I wanted to find out if there was anyway that I could create a script that would tell me which printer in our print servers is not being used by anyone. I currently have a report from MS access 2000 with all the server names and Ip address and printQ. Please let me know how I can do this, I know there's a way but I'm not sure how to begin with this.
  • topher23
    Recognized Expert New Member
    • Oct 2008
    • 234

    #2
    Since Access doesn't use scripts, it makes me wonder what you're asking. Could you clarify precisely what you're trying to do?

    Comment

    • wiso2010
      New Member
      • Mar 2010
      • 2

      #3
      Sorry well I have a access report with all the printers on out network. I wanted to know how I could create a script that I could use to check on every single printer on the network we would like to know which printer is not being used on our network there's a total of 8 print servers.. Any help would great.

      Comment

      • topher23
        Recognized Expert New Member
        • Oct 2008
        • 234

        #4
        I was able to find this MS tutorial on checking printer status. I'm not sure what language the code is written in - not VB. Maybe C#? This may give you a good place to start, though.



        And here's another one that uses VB code to call the API for the printer:

        Comment

        • NeoPa
          Recognized Expert Moderator MVP
          • Oct 2006
          • 32633

          #5
          I suggest you look at Windows Scripting Host facilities. There are libraries available for VBA as well as being able to use it with VB Script etc using WScript.Exe or CScript.Exe from a command prompt.

          Comment

          Working...