I am working on finalizing a query to calculate Payroll taxes.
The last 2 queries be going to a form are QryStateTax which calculates with the 9 employees as it should. It then feeds that information to the qryCDpayrolltaxesWI which adds the St Tax Table to calculate the income if Marital Status matches the status from the tblEmployees and between Low Net Income and High Net Income. In that query it is bringing in all the records from the St Tax Table, which I dont' want. I want just the records that meet my criteria. I can narrow it down by doing a Is not null, but I don't want to do that. I'm guessing it has something to do with my relationships. What am I missing. DB is attached.
The last 2 queries be going to a form are QryStateTax which calculates with the 9 employees as it should. It then feeds that information to the qryCDpayrolltaxesWI which adds the St Tax Table to calculate the income if Marital Status matches the status from the tblEmployees and between Low Net Income and High Net Income. In that query it is bringing in all the records from the St Tax Table, which I dont' want. I want just the records that meet my criteria. I can narrow it down by doing a Is not null, but I don't want to do that. I'm guessing it has something to do with my relationships. What am I missing. DB is attached.