G
Guest
I want to create a tblSuspension for my clients. There are currently two
types of Suspensions, NoShow or Conduct. When looking at a client's history
or determining the length of a suspension, one type of suspension has nothing
to do with the other.
In a report, I may do a count of the types of suspensions, but having nth
NoShow Suspension won't be counted against the client when looking at a
conduct suspension.
Pretty much all of the fields would be the same for either types. There may
be a few extra fields that one type would use and the other wouldn't. Should
I have one table called tblSuspension with a field SuspensionType to
distinguish the difference... or should I have two tables?
How do you determine if the suspensions should be in one table vs splitted up?
types of Suspensions, NoShow or Conduct. When looking at a client's history
or determining the length of a suspension, one type of suspension has nothing
to do with the other.
In a report, I may do a count of the types of suspensions, but having nth
NoShow Suspension won't be counted against the client when looking at a
conduct suspension.
Pretty much all of the fields would be the same for either types. There may
be a few extra fields that one type would use and the other wouldn't. Should
I have one table called tblSuspension with a field SuspensionType to
distinguish the difference... or should I have two tables?
How do you determine if the suspensions should be in one table vs splitted up?