Results 1 to 16 of 16

Thread: Support System

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    14

    Support System

    Hello All,

    Im looking at creating a system that I can record Support requests sent to by my clients.
    It will contain details about the request and then if its been solved etc etc. and then to provide an ability to search this in case a problem arrises that has happen before.

    Is there anything available at the moment which perhaps could give me some ideas, or a head start?

    Any questions just ask.

  2. #2
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Re: Support System

    Depending on the volume, you could do something that simple in Excel with a little bit of VBA
    ===================================================
    If your question has been answered, mark the thread as [RESOLVED]

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    14

    Re: Support System

    Well I was looking at something that will be permanent, at the moment i just have a table set up in Excel and record it there, but its not very user friendly. As i want this to be given to my staff, so a possible form entry screen was preferable.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Support System

    As with anything, you need to start with system specifications.

    Do you have something in writing that states:

    This system will.....with every single function that you want to be in it documented?

    In so far as it will be for internal use, it would seem putting this together would be fairly simple.

    I would use a database as a backend for both ease and history.

    What database software do you have available? How many calls per day do you get?

  5. #5

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    14

    Re: Support System

    Support requests:
    Required areas –
    • Description of problem
    • Time and Date
    • Company/Person request has come to
    • Form of request – (Phone, email, JIRA)
    • Problem assigned to (member of staff)
    • How long the request has taken (time)

    Then there must be an option to declare the request as ‘Solved’ and then you can place an entry of how it was solved.

    This would then put the request into a history file of which can be searched, for reference.

    Also some reports to print to display Open Request calls and maybe what calls have been solved. And to maybe print out what requests haven’t been solved out every day?

    I have access to all the Office Suite (Word, Access, Excel) etc. as well as a few software languages.

    I have made a simple version in Access, but is there a way you can make that as a .exe rather than opening up Access fully each time to use it?

    Hope this was helpful, I do have a full document of the Specs, but unfortunately its in the Office (doh!)

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Support System

    Do not write the application in Access, just use Access as your database, and write a front end for it in Visual Basic.

  7. #7

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    14

    Re: Support System

    Yeah, i may try that. For the search facility, would that be easy to recreate in VB?

  8. #8

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    14

    Re: Support System

    When i try to link to the Access database it says "Cannot find installable ISSAM" i have had this message before and cant remember how to fix it :s

    (Visual Basic 6)

  9. #9
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Support System

    how are you connecting to the database? (Please say you're writing code, not using a data control.)
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  10. #10

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    14

    Re: Support System

    data control.......i am a noob :P

  11. #11
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Support System

    Delete the data control from your form and read the tutorial in the first post in this thread.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  12. #12
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Support System

    how do your clients send requests to you? Are they manually entered, or are you going to have them entered via the client through a client program?
    My usual boring signature: Something

  13. #13

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    14

    Re: Support System

    My clients will send us requests via emails or phones, which i then want my staff to enter them manually.

  14. #14

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    14

    Re: Support System

    I have attached a Access database of what i want VB to do, hopefully it will make more sense than my ramberling
    Attached Files Attached Files

  15. #15
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Support System

    Have you gone through the ADO tutorial?

  16. #16

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    14

    Re: Support System

    yes i have read through it, but I'm at home at the moment so cant test it because all my resources are at work

Posting Permissions

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



Click Here to Expand Forum to Full Width