I would like to design an audit system for our department's intranet, please keep in mind, that I am not a programmer.
How I invision it is audit templates would be created, there would be questions that are asked and will always have a response of yes / no / NA, plus a small window to type note. If there is a no, it will likely also need a corrective action. There may be 1 question or 25, each audit will be different.
Then when the audit is created I would select one of the templates and create an audit for a user to perform. The responses need to be stored electronically. Again ir there is a "no" response, it will need an entry in another table for a corrective action.
Each template will be used many times.
Using a crude method I could create a table for each audit template, but that doesn't make it a very flexible system.
How do I create the tables for something like this? I'm using MS SQL.
Thank you for any tips on getting this started.