Dear all,
I have a query pulling data from 2 tables. ClaimDataSheet and ProviderData.
It works good until I set a criteria on the query to pull only the info based on the ClaimID active on a selected Form.
There is a relationship between Provider ID from the 2 tables.
The criteria is the following [Forms]![ClaimsDataSheet]![ClaimID]
In the query results, I get the correct ClaimID, ProviderName but not the bank info that I need. I have no idea what I'm doing wrong
I have a query pulling data from 2 tables. ClaimDataSheet and ProviderData.
It works good until I set a criteria on the query to pull only the info based on the ClaimID active on a selected Form.
There is a relationship between Provider ID from the 2 tables.
The criteria is the following [Forms]![ClaimsDataSheet]![ClaimID]
In the query results, I get the correct ClaimID, ProviderName but not the bank info that I need. I have no idea what I'm doing wrong