I
ipower2 via AccessMonster.com
I have a fee calculator. Each time I open the database I enter a date and it
calculates a fee based on the date and the time that the item has been in
storage. There is no reason to store this information because each time it
will be different. I had this working for me at one point, however a
harddrive crash has made me have to make this db again. Also I am having
probelms with calculation dollar amounts. It is giving me weird dollar
amounts that are off by 1 or 2 cents. Any help will be appreciated.
All the fields are of type: DOUBLE
these are my calculations
days stored = todaysdate-datestored
tow fee=45
storage fee = days stored* 10
tax=storage fee * 0.825
total storage fee=storage fee+tax+tow fee
sometimes if there is the need there is another fee added which is the
notification fee. I add this fee if there is a notification letter sent. If
the letter is sent, there is a check mark that indicates to add the fee.
Once again any help will be appreciated..
Thanks,
Ivan
calculates a fee based on the date and the time that the item has been in
storage. There is no reason to store this information because each time it
will be different. I had this working for me at one point, however a
harddrive crash has made me have to make this db again. Also I am having
probelms with calculation dollar amounts. It is giving me weird dollar
amounts that are off by 1 or 2 cents. Any help will be appreciated.
All the fields are of type: DOUBLE
these are my calculations
days stored = todaysdate-datestored
tow fee=45
storage fee = days stored* 10
tax=storage fee * 0.825
total storage fee=storage fee+tax+tow fee
sometimes if there is the need there is another fee added which is the
notification fee. I add this fee if there is a notification letter sent. If
the letter is sent, there is a check mark that indicates to add the fee.
Once again any help will be appreciated..
Thanks,
Ivan