G
Guest
Hi.
I'm trying to create a pricesheet in a database that has individual prices for different products with the same name in different sizes. I can pull up all of the information because I have it in tables as
Product, size, and price but also with separate product ids, identifying the combination of product and size.
My problem is that I want to create a matrix looking form. Something like
size 1 size 2 size
product 1 price price pric
product 2 price price pric
product 3 price price pric
It's probably easier than I'm imagining. Is it?
The prices change with customers so I'll need to run something that can be regenerated and not just created once
Thanks
My other question is, in an invoice form, I have a contiuous form running a query with product and price. I put in the quantity and multiply that by price to get an extended total. That works fine, but oooops, the quantity goes down to every quantity field on the page. That's wrong. Trouble with the grand total too.
Also, is it possible to list one product at a time and have it add a new line if it's desired? Like a table would do when you're adding records
I'm just a beginner, can you tell. Better with java/html
Thank you
I'm trying to create a pricesheet in a database that has individual prices for different products with the same name in different sizes. I can pull up all of the information because I have it in tables as
Product, size, and price but also with separate product ids, identifying the combination of product and size.
My problem is that I want to create a matrix looking form. Something like
size 1 size 2 size
product 1 price price pric
product 2 price price pric
product 3 price price pric
It's probably easier than I'm imagining. Is it?
The prices change with customers so I'll need to run something that can be regenerated and not just created once
Thanks
My other question is, in an invoice form, I have a contiuous form running a query with product and price. I put in the quantity and multiply that by price to get an extended total. That works fine, but oooops, the quantity goes down to every quantity field on the page. That's wrong. Trouble with the grand total too.
Also, is it possible to list one product at a time and have it add a new line if it's desired? Like a table would do when you're adding records
I'm just a beginner, can you tell. Better with java/html
Thank you