G
Guest
I am trying to create a form where the user can select several choices of
styles, components, etc from dropdown lists (coded through the properties).
My intent is to have a list of components, with their associated prices
populate a table that can later be printed out as something like an invoice.
One criteria is that this data can change as the selections change (hence
temporary table) and once everything is satisfactory - move this data into a
more permenant table.
example:
customer: 34
select "Style" ex "Modelx"
select "component" ex "part 3"
lookup price of part3 for Modelx from tblComponentPrices = 2.00
display Modelx part3 $2.00
change style to ModelQ
lookup price of part3 ModelQ from tblComponentPrices = 5.43
change display to ModelQ part3 $5.43
OK =save to tblOrder
custID=34
Style=ModelQ
component = part3
Any Ideas?
Thanks, Brian
styles, components, etc from dropdown lists (coded through the properties).
My intent is to have a list of components, with their associated prices
populate a table that can later be printed out as something like an invoice.
One criteria is that this data can change as the selections change (hence
temporary table) and once everything is satisfactory - move this data into a
more permenant table.
example:
customer: 34
select "Style" ex "Modelx"
select "component" ex "part 3"
lookup price of part3 for Modelx from tblComponentPrices = 2.00
display Modelx part3 $2.00
change style to ModelQ
lookup price of part3 ModelQ from tblComponentPrices = 5.43
change display to ModelQ part3 $5.43
OK =save to tblOrder
custID=34
Style=ModelQ
component = part3
Any Ideas?
Thanks, Brian