I need some help with table structure.
I have tblCompany with company details and tblEmps with employee details. CompanyID is an FK in the employee tbl to identify their company. I have to track some subscription-like transactions.
One type of transaction is where a company allocates an amount for each employee. The other type tracks a withdrawal by an employee to spend.
I need ideas for the intermediary transaction table - how best do I allocate one type of trans to the employer and another type to their employees found in a different table?
TIA for your ideas.
ML!
I have tblCompany with company details and tblEmps with employee details. CompanyID is an FK in the employee tbl to identify their company. I have to track some subscription-like transactions.
One type of transaction is where a company allocates an amount for each employee. The other type tracks a withdrawal by an employee to spend.
I need ideas for the intermediary transaction table - how best do I allocate one type of trans to the employer and another type to their employees found in a different table?
TIA for your ideas.
ML!