Hi
I am new to this Forum and to Access, But have a fair bit of excel knowledge.
I am currently moving away from Excel and wanting similar results in Access.
I am creating a stock sold count and got stuck already.
On a basic Level I have…
“PRODUCT” table with the Header “CODE”
=Each Row is product info by code
“SALES” table with “DATE” & “PRODUCT CODE”
=Each Row is a dated Sale with Product code.
What I am trying to see…
I want to be able to see TOTAL of each product sold at this stage (all dates).
I don’t think you can calculate this on the product table as simple as creating a USED column as a calculated field.
But in my Language (not access / SQL) I think I would do something like…
“Count occurrence (PRODUCTS.CODE) in (SALES.PRODUCT CODE)”
So just seeking some advice to which way to go about this.
I have Google'd and searched, but kept hitting brick walls, or felt there was an easier solution than the 5 queries linking back and forth some web pages explained.
Thank you
Ste