I have two table in my access application, Employee and Salary table.
Employee Salary
--------- -------
EmployeeID EmployeeID
LastName PayDate
FirstName Salary
Location Allowance
JobTitle ---
--
I have form where I calculate salary and I store information in Salary table, but before I store information I want to check in Salary table whether salary is already entered looking up Salary table by EmployeeID and PayDate. I would appreciate any good idea on that.
Employee Salary
--------- -------
EmployeeID EmployeeID
LastName PayDate
FirstName Salary
Location Allowance
JobTitle ---
--
I have form where I calculate salary and I store information in Salary table, but before I store information I want to check in Salary table whether salary is already entered looking up Salary table by EmployeeID and PayDate. I would appreciate any good idea on that.