T
TommoUK
Hi all.
I have an issue with a SELECT query I have built. The query generates 25
fields from 3 of different tables/queries. The problem I have is with the 1
extra field I want to add to the end!
The majority of the query is sourced from 1 table (tbMRAInput). This table
has a number of fields in it, one of them [Industry] is the main "driver" for
my query i.e. the query picks out the top 20 industries. The field I want to
add to the query would tell me how many customers each of the top 20
industries have ( [Customer Name] is another field in tbMRAInput).
Does anybody know of a way to do this within the SELECT query?
Many thanks in advance.
I have an issue with a SELECT query I have built. The query generates 25
fields from 3 of different tables/queries. The problem I have is with the 1
extra field I want to add to the end!
The majority of the query is sourced from 1 table (tbMRAInput). This table
has a number of fields in it, one of them [Industry] is the main "driver" for
my query i.e. the query picks out the top 20 industries. The field I want to
add to the query would tell me how many customers each of the top 20
industries have ( [Customer Name] is another field in tbMRAInput).
Does anybody know of a way to do this within the SELECT query?
Many thanks in advance.