Hello Guys,
I'm fairly "new" to access, however, developing and learning as i go... I have a table which returns the following fieldS:
> Company
> Product
> ID
> Production Date.
I want to create a query which would output hte results as follows. Basically, it compares "today's date" (current datE) to the production date, and then groups the results as below:
Name | Product | 1-5 Days | 6-10 Days | > 11 Days |
I created the query which "groups" the above according to Company / Product, and then provides a count ignoring the dates - but now i need it to further filter according to the dates above?
Any advice?
Thanks,
Andrew.
I'm fairly "new" to access, however, developing and learning as i go... I have a table which returns the following fieldS:
> Company
> Product
> ID
> Production Date.
I want to create a query which would output hte results as follows. Basically, it compares "today's date" (current datE) to the production date, and then groups the results as below:
Name | Product | 1-5 Days | 6-10 Days | > 11 Days |
I created the query which "groups" the above according to Company / Product, and then provides a count ignoring the dates - but now i need it to further filter according to the dates above?
Any advice?
Thanks,
Andrew.