Results 1 to 5 of 5

Thread: MS logging system HELP

  1. #1
    Join Date
    Nov 2009
    Posts
    10

    MS logging system HELP

    i want to create a fault logging system and
    i dont know how a previous problem will be saved over and over again and stored for each PCs information
    is this done automatically can i log all of the faults so i can view them in the future for each seperate computer xxx

  2. #2
    Join Date
    Mar 2006
    Location
    Oklahoma City, OK
    Posts
    184
    Use a form bound to a table (record source) . This is what Access does easily with NO VBA code required.
    Last edited by HiTechCoach; 11-23-2009 at 12:56 PM.
    Boyd Trimmell aka HiTech Coach
    Microsoft MVP - Access Expert
    [SIGPIC][/SIGPIC]
    Office Programming 25+ years as a Software Developer specializing in:
    Business Process Management
    Accounting/Inventory Control
    Customer Relations Management (CRM)
    Electronic Data Interchange (EDI)

  3. #3
    Join Date
    Nov 2009
    Posts
    10

    linking MS with a fault box

    i want to be able to store every piece of history of each PC forever
    this will eliminate the long time of solving a problem of a PC because they can look at prevoius faults that happend and what they did solve the problem
    Last edited by sterlinn; 11-23-2009 at 07:44 AM.

  4. #4
    Join Date
    Mar 2006
    Location
    Oklahoma City, OK
    Posts
    184
    What you want is also called a Help Desk or Knowledge Base or Support Ticket system.

    I have done this type of application with Access. Access. I even integrate it into my Access applications. I have also down web based ones with ASP and a SQL server back end (not Access).
    Boyd Trimmell aka HiTech Coach
    Microsoft MVP - Access Expert
    [SIGPIC][/SIGPIC]
    Office Programming 25+ years as a Software Developer specializing in:
    Business Process Management
    Accounting/Inventory Control
    Customer Relations Management (CRM)
    Electronic Data Interchange (EDI)

  5. #5
    Join Date
    Jun 2004
    Location
    Atlanta and Manhattan
    Posts
    607

    I've Seen this Done Frequently, as Well ...

    And if you do it in Access, you can upsize it later to MSSQL Server, if you need to scale it.

    HTH,

    Bill

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •