P
panterablanco
Building a database for a company. I want to print a catalog with reports
from the database.
I have the product and purchase price in a table. In another table I have a
number (45) which represents how much each product should be markedup. I want
to be able to query the product, product description and the retail price
(derived from the purchase price times % of markup). Can't seem to find the
proper way to set up that information so that I can add an expression to
calculate the retail price. In a form, it wouldn't be a problem. But in order
to print all coffee in one section all cheese in another (with their retail
price) it seems perplexing. Can someone offer advice?
from the database.
I have the product and purchase price in a table. In another table I have a
number (45) which represents how much each product should be markedup. I want
to be able to query the product, product description and the retail price
(derived from the purchase price times % of markup). Can't seem to find the
proper way to set up that information so that I can add an expression to
calculate the retail price. In a form, it wouldn't be a problem. But in order
to print all coffee in one section all cheese in another (with their retail
price) it seems perplexing. Can someone offer advice?