473,396 Members | 1,997 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Is it possible to use access calculate freight costs

I need to audit the freight bills charged by freight company which has
over 20,000 consignment per week. The basic charge is base on distance
and weight, something like this:
SYD-MEL <1kg $6
SYD-MEL<3kg $6.7
SYD-MEL<5kg $7
SYD-MEL<10kg$10
SYD-MEL>=10kg $12, $4 per kg rate
SYD-PER<1kg $10
......

Based on the freight rate, how can I use Access to calculate the
freight charge for each of the consignment ? Is there anyway to build
some query or something to retrieve the freight rate and calculate the
freight cost of each consignment?

Thanks
Nov 24 '07 #1
1 3084

Yes. I have written a sales and distribution system which does exactly
that. The charges are normally (for Australian freight companies at
least) made on a base cost plus per kilogram basis, with weight
"breaks". I assume you are sending ex Sydney. For each freight
company, you need to capture their charging rules in tables, for
examples suburbs, postcodes, weight breaks, zones, parcel types, and
perhaps volume. If you're sending via Australia Post they have
specific sizes for large letters, small letters etc. that determine
the costs. If you're dealing with a single freight company, it will
be a little easier. To reconcile charges by the freight company, you
will need to match the line items on the freight companies invoice -
typically sent by the freight company in soft copy such as Excel - to
your despatch records. You calculate what you reckon the charges
should be and compare it to the freight company's invoice line
items.. This should be done in a "managed" way - keep a record of all
freight invoice data in structured tables, and allow for adjustments
and comments to be made. Your accountant may have control of this. I
suspect you may also need to have your despatches designed in a
structured way - typically one or more "pickups" per day.
You would not normally attempt to do this with queries alone, you'll
need to code VBA, and it's not trivial.
hope this helps
Terry Bell
On Nov 24, 7:38 pm, whn...@gmail.com wrote:
I need to audit the freight bills charged by freight company which has
over 20,000 consignment per week. The basic charge is base on distance
and weight, something like this:
SYD-MEL <1kg $6
SYD-MEL<3kg $6.7
SYD-MEL<5kg $7
SYD-MEL<10kg$10
SYD-MEL>=10kg $12, $4 per kg rate
SYD-PER<1kg $10
.....

Based on the freight rate, how can I use Access to calculate the
freight charge for each of the consignment ? Is there anyway to build
some query or something to retrieve the freight rate and calculate the
freight cost of each consignment?

Thanks
Nov 25 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Ashish Kanoongo | last post by:
Hello I would like to calculate freight online for UPS and Fedex. However I have already calculate freight for ABF, Roadway and MyYellow, because they have provided sufficient documentation of...
1
by: John | last post by:
I have the MS access query below which uses an IIF statement to put a value in either the Owned Pallets or Rented Pallets field, how do I do this in SQL ?? ... SELECT KC_COPA1.,...
0
by: Bruce W.1 | last post by:
I'm developing a shopping cart for an ecommerce website. No big deal until I looked into calculating the postage and shipping of the product. By now I figured that UPS and The USPS would have a...
2
by: Bubb | last post by:
I have an Access database with one table that I use for stuff I sell online. Each record has the following fields: Unique Id, Cost, and Item Description. I just obtained some more stuff with its...
27
by: agins | last post by:
I have used nearly every version of ACT for more than 15-years. Currently have 5,000 records in one database and the program seems unable to smoothly handle that many. Am starting a new business...
1
by: egrill | last post by:
I need assistance on how I can keep the results of a calculated field as part of a record. Each time I use the form I loose the previous calculation. I can set-up the form calculation but want to...
8
by: John | last post by:
Hi What are the advantages of writing an app in vb.net/ado.net as opposed to MS Access? I need this to sell the idea to the management. Many Thanks Regards
1
by: bytesFTW99 | last post by:
I have been struggling with this for some time can anyone help out? just trying to have 3 dropdown boxes that fill depending on what is selected, then in some cases click a button and have the second...
5
by: Salochin | last post by:
Sorry its me again guys and gals.. Q: is it possible to get VB to filter then also sum: all costs and store that information for later use: Basics: My database which im desperatly trying...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.