sample design Feedback System

JohnV

Active member
Joined
Feb 20, 2015
Messages
27
Programming Experience
3-5
Hi forumers,

I was instructed or give a task to develop a simple application for Key Performance evaluation basically a feedback System. Let say, My department "Analytics" has performed or provides reports and data to different department. The department head as customer will evaluate if how we send the report. if the sending of this report is late or or data is not accurate or let say had some error they will give feedback using an online application that will access by the department head. Basically its a survey online application.
May I ask your idea or opinion on how to develop this simple application or can you please share a sample design. By the way, i will be using MS Access 2013 as my backend and vb.net 2008 as my front end. thank you very much. jov
 
Last edited:
My initial design that comes up in mind:
the first part will be the name of customer. the department that belong the customer, date and transaction number.

the second part: see below
1. create combobox that contains all list of report that send out to department
2. create a combox box that contains a rating. the value of 1= poor, 2=fair, 3=good, 4=very good and 5 is excellent .
3. create a textbox for remarks or comments
 
Back
Top