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?
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.
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!)
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
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