ok,
So it's a project database that tracks time.
tblProject stores the main info on that
tblProjectHistory stores specific history added to the project including employee, time, project id, etc.
tblProjectStatus retains the status information on the project, opened, closed, etc. this could...