I have a problem with a small financial database:
I created a small database to manage a state program.
There are several accounts in the program 14901, 14902, 14905, 14906.
I have several employees. Durring payroll some employees are paid by different accounts. example: Tony may get paid by 14901 (40%) and 14902 (60%). The
percentage is usually fairly constant, even though the amount may change - depending on his hours.
I have a ledger database that keeps track of basic transactions from each account ( I use a look-up table for each account(14901 etc)
IS THERE AN EASY WAY TO LINK AN EMPLOYEE TABLE TO THE TRANSACTION TABLE? THANKS FOR ANY HELP.. Todd
I created a small database to manage a state program.
There are several accounts in the program 14901, 14902, 14905, 14906.
I have several employees. Durring payroll some employees are paid by different accounts. example: Tony may get paid by 14901 (40%) and 14902 (60%). The
percentage is usually fairly constant, even though the amount may change - depending on his hours.
I have a ledger database that keeps track of basic transactions from each account ( I use a look-up table for each account(14901 etc)
IS THERE AN EASY WAY TO LINK AN EMPLOYEE TABLE TO THE TRANSACTION TABLE? THANKS FOR ANY HELP.. Todd