C
Carla Karstens via AccessMonster.com
Hi,
I have spent the last few days trying to get my access program to do what I
need it to do. I am trying to enter customer orders so I can print
invoices. I need to have the invoice calculate their total, then add their
freight cost, then apply sales tax based on that subtotal. This is the
formula that was in there:
=CLng([Order Subtotal]*[SalesTaxRate]*100)/100
I tried to change it by doing this:
=CLng([Order Subtotal]+[FreightCharge]*[SalesTaxRate]*100)/100
But that did not work...
Can anyone tell me how to do that?
I have spent the last few days trying to get my access program to do what I
need it to do. I am trying to enter customer orders so I can print
invoices. I need to have the invoice calculate their total, then add their
freight cost, then apply sales tax based on that subtotal. This is the
formula that was in there:
=CLng([Order Subtotal]*[SalesTaxRate]*100)/100
I tried to change it by doing this:
=CLng([Order Subtotal]+[FreightCharge]*[SalesTaxRate]*100)/100
But that did not work...
Can anyone tell me how to do that?