Hi Guys,
I’m having this problem with an access database in relation to calculations. Its been really bugging me for weeks.
Yet, it does seem simple. It involves calculation. The below is what i’m trying to do.
1. There are two forms that are of concern, frmQuotation and frmManifest,
on frmManifest, there are are 2 textfields, Weight and Amount. The Amount is calculated according to the Weight,
The calculation table is stored in frmQuotation (tblQuotation & tblZoneRates). Now looking at the frmQuotation, we have
Zone, Type, 1stWeight, 1stRate, AddWeight, AddRate, Surcharge.
These fields refer to the calculation process for each zone, eg ADL is Adelaide. Type means Parcel or Document (P or D), 1stWeight
means if it weighs less then 0.5g, it will be charged at $15 (1stRate), any subsequent weight value of 500grams after that would add $14.
And the end result would be output into the amount field in the frmManifest. This all depends on the zone, as you can see, each zone has a special price.
By default, all rates for shipments would be calculated from the PublishedRates2003 account.
However, if the customer account (QuotationID is customeraccount) has a different rate for a specific zone, then that would override the default rate.
If you can help me out, it would be soo appreciated. I’m ripping out my hairs, aagghhh.