hi all,
can somebody help me out here - I can't seem to figure out how I should store my data. I'll try to explain this as best I can. I'm desinging a db to record information about what claims an employee works on each day. I have roughly 20 employees, so I figure have an employees table. Then, at the end of each day, each employee logs (on paper form) how many of each type of claim they worked. They won't have worked some of each type of claim (so say there are 10 different types, they may have only worked one type that particular day). The db will then be updated by one person with the number of each type of claim worked by each employee. The problem is, I really need 3 headings, employee (say along the side), production date, and also a column for each type of claim. So, what would be the best way to go about this? Do I need to use subtables? The person that will be updating this only has Access 97, and subtables aren't a part of 97 are they? If I were to do it in subtables, how would I go about doing it?
The data would need to be stored in such a way that we could query how many claims in total were worked each day, and by each employee each day, as well as being able to query how many of each type of claim were worked on a particular day. And to also be able to extract this sort of info at the end of the year.
Any input would be appreciated. thanks inadvance
can somebody help me out here - I can't seem to figure out how I should store my data. I'll try to explain this as best I can. I'm desinging a db to record information about what claims an employee works on each day. I have roughly 20 employees, so I figure have an employees table. Then, at the end of each day, each employee logs (on paper form) how many of each type of claim they worked. They won't have worked some of each type of claim (so say there are 10 different types, they may have only worked one type that particular day). The db will then be updated by one person with the number of each type of claim worked by each employee. The problem is, I really need 3 headings, employee (say along the side), production date, and also a column for each type of claim. So, what would be the best way to go about this? Do I need to use subtables? The person that will be updating this only has Access 97, and subtables aren't a part of 97 are they? If I were to do it in subtables, how would I go about doing it?
The data would need to be stored in such a way that we could query how many claims in total were worked each day, and by each employee each day, as well as being able to query how many of each type of claim were worked on a particular day. And to also be able to extract this sort of info at the end of the year.
Any input would be appreciated. thanks inadvance