Dear all,
I have a Table called "Staff" and I would like to create a query for this table. The condition is :
[Last Name] field must contain "Jackson" word and count the number of these data.
just like as below:
Last Name Count
Jackson 18
William 20
Can I use simple method to display it?
I know that I can use cross-query to do it. But one condition limited to set only. For example, I only find the number of [Jackson], but cannot also find the number of [William] in one query.
Thank You.
I have a Table called "Staff" and I would like to create a query for this table. The condition is :
[Last Name] field must contain "Jackson" word and count the number of these data.
just like as below:
Last Name Count
Jackson 18
William 20
Can I use simple method to display it?
I know that I can use cross-query to do it. But one condition limited to set only. For example, I only find the number of [Jackson], but cannot also find the number of [William] in one query.
Thank You.