Commandments are now on my wall
I dont know how to make my tables better, I thought they had been setup ok...Thats why I need help
First off, that was a mixup sorry it must have happend when I was trying to import the data by hand. You are right Questions need to go into tblQuestion.
Here is my thoughts,
tblSMRForm
This is the stating point for all records imported, each one haveing its own set of questions, answers, Dropdown options, approval information, site, staff and version.
This currently only holds the filename, my thought was that I can set the records apart by the filename.
tblQuestion
I wanted to use this to store all the questions from the imported records I did this in case a set of questions changed from one imported record to another.
It only has one field to store and thats Questions, this will be the full question asked on the form.
tblDropdownOption
This just like the questions table stores only one part of the imported records, the dropdown option a user picks from the excel sheet (Yes, No, N/A) It was planned to be stored in the Option field but looking at it now I changed it to the fk_OptionID field for some reason
tblOption is a lookup table for tblDropdownOption
tblAnswer
This is going to hold all the awnsers from the corilating questions, for my form the
Comments = Answers.
tblStaff
This table holds staff information, right now its only rirst and last name but it will grow. This data is individual to each record
tblSite
This will hold the Site Name, City and State This data is individual to each record
tblStateProvince
Its the lookup table for the states
tblversion
For holding the versions assigned to each form, this should only change one time a week or two, v1 v2 v3 etc.This data is individual to each record
tblApproval
Holds other information that will be user for a mailmerge later. This data is individual to each record