C
CP
We have created a database for the purpose of making quotations. We store
the quotation details in a table quotedetails and draw the informaiton on
certain parts from a table called partdetails, this table has a fixedcost
and variablecost field to account for differences in length of some cables
used.
The quotations are being made for different states and provinces each of
which have different sales tax rates which may or may not apply to some or
all of the parts listed in a quotation. I think I need a table that lists
each state/province and the appropiate sales tax and then use this to apply
that rate to the product based on a check box on the quotation form that
would be used if taxes are applicable to each product.
If anyone has experience with a similiar problem would appreciate any input
on the best approach to take
Thanks
Chris
the quotation details in a table quotedetails and draw the informaiton on
certain parts from a table called partdetails, this table has a fixedcost
and variablecost field to account for differences in length of some cables
used.
The quotations are being made for different states and provinces each of
which have different sales tax rates which may or may not apply to some or
all of the parts listed in a quotation. I think I need a table that lists
each state/province and the appropiate sales tax and then use this to apply
that rate to the product based on a check box on the quotation form that
would be used if taxes are applicable to each product.
If anyone has experience with a similiar problem would appreciate any input
on the best approach to take
Thanks
Chris