Newbies wharfrat Posted September 21, 2002 Newbies Posted September 21, 2002 I'm new to FM, but have used Access for years. I'm making a database that tracks responses to a questionair. I've made the following databases (tables): employee (key field employeeid), questionair info (Key field questionaireid: contains information about the particular questionair filled out by the employee), questions (Key field questionid: contains all the possible questions), questionaire results (Related fields employeeid and questionairid; contains all the results from the filled out forms). I can't figure out how to do much of anything with this though. For instance, I don't know which of these I should use as the "Main" database Which db should I use as the main one? How best to set all this up? Thanks for your help.
Fitch Posted September 21, 2002 Posted September 21, 2002 It sounds like the Questionaire file would be the Main one. Each questionaire would be a record, and its child records would be in the questions file. It's sort of like: Questionaire = Invoice Questions = Products Responses = Line Items Employees = Customers Well, actually it's slightly more complicated because it's more like each Questionaire is a like a product, which is composed of component parts (questions). But you get the idea (I hope).
Kesh Posted September 22, 2002 Posted September 22, 2002 Hmm. I would question (heh) making the Questions a single field. After all, if a question gets changed, old answers are no longer valid. I would personally make each question a seperate field, and each record is one person's responses to each of the questions. So, you would have: Question 1: {Answer} Question 2: {Answer} etc. If you needed to run a different questionaire later, leave the old fields intact, but simply create a new layout with new Question fields, or duplicate the old database, delete all the records and change the questions. The former lets you keep all the responses to all the questionaires together (while hiding old ones from the users), while the latter lets you organize each questionaire into seperate, smaller databases.
Recommended Posts
This topic is 8155 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now