I’m sorry, but I don’t know how to write out the query I’m trying to create so I’ll create an example:
Field: Drivers Names
I want to know how to create a query that will calculate the # of “drivers names” which starts with, “A”, “B”, “C” etc.“
I want my query to be:
Drivers’ names first letter # of first letters
A 10
B 19
C 15
Can anyone know & tell me how I can create such a query
Thanks