Hi, I am a complete newbie when it comes to Access. I have, what should be, a fairly simple problem to solve.
I am trying to write a query that will count the different number of race types across different track conditions for my horse racing database.
So I have:
Table 1 (field is called Race_Type)
Table 2 (field is called Track_Condition)
So I am looking for how many different occurrences of each race type there is across the different track conditions.
I have tried to write an expression but I do not get the correct results.
Should this be done through SQL? If so, how could I do this?
Thank you for your assistance.