Here is what I want to do:
In my database of products each individual product has a specific stock level, below which the product has a shortage. From the main record page, I want to have a button which previews a report which lists all products there is a shortage of. I guess I need to make a query, but can't figure out how to make Access see if something is short or not. I suppose the logic is something like: if product total (which is generated from a query) is less than product shortage level (as defined in a table) then that product is short, and should be shown on the report.
Does that make any sense?!
In my database of products each individual product has a specific stock level, below which the product has a shortage. From the main record page, I want to have a button which previews a report which lists all products there is a shortage of. I guess I need to make a query, but can't figure out how to make Access see if something is short or not. I suppose the logic is something like: if product total (which is generated from a query) is less than product shortage level (as defined in a table) then that product is short, and should be shown on the report.
Does that make any sense?!