mpaulbattle
Registered User.
- Local time
- Today, 17:50
- Joined
- Nov 30, 2017
- Messages
- 56
I have been trying to figure this out for months. :banghead: I have a table, tblProviders. It has Mnemonic, Providers Name, and Active/Inactive.
I am trying to create a query to Providers, group by mnemonic where providers active. It works to give me the correct count, but if a practice has 0 active providers that record does not show. Is there a way to place a 0 and still have that practice show?
I have tried the IIf, Iif(IsNull, and NZ and still removes the record. If i remove the criteria "Active" it shows the 0 but it lists all providers associated with the mnemonic.
We would just like to see the number of active providers per practice.
I have reached out in other forums and the question that kept coming up is why would you like to see a practice with no active providers? The answer is, we need to see there information if they call back after the practice has closed.
Thank you in advance.
I am trying to create a query to Providers, group by mnemonic where providers active. It works to give me the correct count, but if a practice has 0 active providers that record does not show. Is there a way to place a 0 and still have that practice show?
I have tried the IIf, Iif(IsNull, and NZ and still removes the record. If i remove the criteria "Active" it shows the 0 but it lists all providers associated with the mnemonic.
We would just like to see the number of active providers per practice.
I have reached out in other forums and the question that kept coming up is why would you like to see a practice with no active providers? The answer is, we need to see there information if they call back after the practice has closed.
Thank you in advance.