Results 1 to 4 of 4
  1. #1
    tylerbns is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2015
    Posts
    2

    Lightbulb Deploying asset database tips


    I am going to be in charge of managing our inventory for all current, and future machines. I have created an access database and it will work fine with all new machines that come in. However, I am wondering how I should go about gathering information about deployed machines (about 500). I want to get their Hostnames, MAC, S/N, and model type. Is it even possible to create a query or macro to do this?

    Thank you for your time.

  2. #2
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    to clarify, you want a routine which you can deploy to each of your machines to interrogate and send back the information you require? I would not think either a query or macro will work, you will need to use VBA

    If so, google the environ function which may give you some of what you want. You will probably also need to interrogate the windows registry for things like the MAC code.

    Assuming all these machines do not have access to a common location where your routine could update a database, you will need a different methodology - perhaps it can send an email to you with the relevant information which you can then import into your db.

    However if you have this many machines I would have thought you would have a helpdesk function somewhere - would they not have this information or a way of getting it?

  3. #3
    tylerbns is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2015
    Posts
    2
    If it could email me with the information I require that would be great. I just want to get the information from the deployed devices into my table. The machines are in different states and even countries.

  4. #4
    CJ_London is offline VIP
    Windows 8 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    OK - so you need to google the environ function and will probably also need to interrogate the windows registry for things like the MAC code

    for environ have a look here https://msdn.microsoft.com/en-us/lib.../gg264486.aspx

    and for the registry try this link http://windowssecrets.com/forums/sho...-Office2003-NL)

    for emailing, there are plenty of threads about how to do this

    still think you should talk to your helpdesk

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 10
    Last Post: 04-14-2014, 01:42 PM
  2. Location of asset and latest record for asset
    By duramax in forum Queries
    Replies: 11
    Last Post: 05-14-2013, 04:31 PM
  3. Asset Management Web Database
    By gemadan96 in forum SharePoint
    Replies: 2
    Last Post: 05-01-2013, 02:36 PM
  4. Deploying a database
    By leeli67 in forum Access
    Replies: 1
    Last Post: 03-07-2012, 04:36 PM
  5. Tips to make access database easy to maintain
    By alsaf in forum Programming
    Replies: 9
    Last Post: 12-11-2011, 01:51 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums