P
Pat
I have a database set up with an Employee table which is extremly cumbersome.
We run a child care org. with 19 centres and 150 current employees. It
contains all personal data for current and past employees including all work
history including start dates and salary for each one (12 possible
positions), dependents, benefits, training. I use this table daily, find it
huge and make many queries from it, forms with it, track vacation time and
print reports for each employee several times per year. I make a copy at the
end of the year and rename it for the following year so that I am always
working with a current employee database. I want to effectively use this
data and reduce the size of the main table. When I analyze the table the
suggestions are really inappropriate. I attempted to put the dependent and
benefit info into a separate table and the work history into a table and make
a relationship to them but when I tested it and added date to the dependent
section of the main table it did not add it to the dependent table and this
cannot work effectively. LOOKING FOR SUGGESTIONS TO KEEP AN EFFECTIVE
WORKABLE DATABASE.
We run a child care org. with 19 centres and 150 current employees. It
contains all personal data for current and past employees including all work
history including start dates and salary for each one (12 possible
positions), dependents, benefits, training. I use this table daily, find it
huge and make many queries from it, forms with it, track vacation time and
print reports for each employee several times per year. I make a copy at the
end of the year and rename it for the following year so that I am always
working with a current employee database. I want to effectively use this
data and reduce the size of the main table. When I analyze the table the
suggestions are really inappropriate. I attempted to put the dependent and
benefit info into a separate table and the work history into a table and make
a relationship to them but when I tested it and added date to the dependent
section of the main table it did not add it to the dependent table and this
cannot work effectively. LOOKING FOR SUGGESTIONS TO KEEP AN EFFECTIVE
WORKABLE DATABASE.