I have a employee with transaction date in one table that I want to compare with a start date, end date and value in another table, the problems is that;
1 The employee may not be in the other table at all, but I still want to see the transactions and assign a value;
2 If the employee is in the table I only want to show transactions that occured within the date range and not all ranges that appear in the other table.
3 If the employee is in the other table but the transaction date is higher than any of the records I want to assign a value.
Thanks
1 The employee may not be in the other table at all, but I still want to see the transactions and assign a value;
2 If the employee is in the table I only want to show transactions that occured within the date range and not all ranges that appear in the other table.
3 If the employee is in the other table but the transaction date is higher than any of the records I want to assign a value.
Thanks