I have the following tables
tblEmployees (containing: empid,forename,surname,address etc...)
tblEmployeeLoans (containing: loanid,empid,amount,reason,weekno,repayment amount;paidback etc...)
tblHours (containing: empid,hours,cash,weekno,etc...)
all employees are paid weekly.
if an employee...