jake5606
09-23-2006, 12:13 PM
I am pretty new to access and database design and the more I read through some of the threads I think my database could be in trouble down the road. I have a database with 1 table storing all the information. When I first designed the database I did not realize that tables should be broken up so I only made one table to store all my data. My database tracks accidents occurring in one of many offices that my office oversees. The database tracks a number of things such as accident location (office, state, etc.), employee information (name, language, age, position, etc.), accident info (event, date, time, shift, injury, multiple eemployees injured, equipment involved, etc.), reporting information (tracks a number of specific forms that need to be submitted, when they are submitted, etc.), description of the accident, etc. In total there is about 60 to 70 fields in the table. At this point it is not creating any major problems (that I know of) but I am a little concerned that having only the 1 table will eventuall cause problems as the database grows. I guess I am looking for some advice on whether I should leave it as is or try to redesign the tables and split them up. If I should split them up, any advice on how to break it up and define relationships would be appreciated. Thanks.