J
Joe Holzhauer
I'm designing an employee evaluation program. Most of the items being
evaluated at rated as either Satisfactory or Unsatisfactory (e.g. Employee
is punctual), but a few are free comments (e.g. Areas for improvement).
Should I keep one tblRatings and have an unused boolean or memo in each
record, or should I split it into tblSU_Ratings & tblCommentRatings? What
do you think?
evaluated at rated as either Satisfactory or Unsatisfactory (e.g. Employee
is punctual), but a few are free comments (e.g. Areas for improvement).
Should I keep one tblRatings and have an unused boolean or memo in each
record, or should I split it into tblSU_Ratings & tblCommentRatings? What
do you think?