Hello all
This is my first ever post, first of all thank you to everyone as this forum has been a godsend at times. Excellent work.
I have been looking for the answer to this for some time and cannot find it anywhere. I am hoping you can help.
I am looking to have the result of a count query show all of my catagories even if there are no records against them. Let me explain in food format.
I have various foods with a count of how many orders there are for them
I have a foods table and a orders table
Chips 45
Pizza 12
Bread 12
I also have Beans but as no beans are in ther orders table it doesnt give me a result. I would like it to show:
Chips 45
Pizza 12
Bread 12
Beans 0
I hope this makes sense, I tired to explain it as simple as possilble.
Thanks in advance for your help.
Alex
This is my first ever post, first of all thank you to everyone as this forum has been a godsend at times. Excellent work.
I have been looking for the answer to this for some time and cannot find it anywhere. I am hoping you can help.
I am looking to have the result of a count query show all of my catagories even if there are no records against them. Let me explain in food format.
I have various foods with a count of how many orders there are for them
I have a foods table and a orders table
Chips 45
Pizza 12
Bread 12
I also have Beans but as no beans are in ther orders table it doesnt give me a result. I would like it to show:
Chips 45
Pizza 12
Bread 12
Beans 0
I hope this makes sense, I tired to explain it as simple as possilble.
Thanks in advance for your help.
Alex