Results 1 to 2 of 2
  1. #1
    vdanelia is offline Advanced Beginner
    Windows 7 32bit Access 2007
    Join Date
    Jan 2011
    Posts
    38

    Yearly Discount Price By 20%

    Hello Friends.


    At first look i thought that it was very easy to implement, but when i realize everything that i want.. It's so hard to implement.

    I'll Try To explain step by step what must be done...

    I have 3 Text boxes:
    1. DateofPurchase -Date/Time (I will enter the product date of purchase), let's say it is 2/4/2011

    2. Price (I will enter the product price) Let's say it is 1000$
    3. Discount (Here is the problem) this field must display (Calculate) 20% of discount of 1000% at 2/4/2012, the calculated price will be 800$ ("1000$ - 20% = 800$), after one year in 2/4/2013 the discount must be ("800$ - 20%), and this must go while the price will become "0"

    How to fulfill this ?

  2. #2
    weekend00 is offline I may not be right
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    1,295
    Discount: =0.8^(year(date())-year(DateofPurchase)-1-(format(date(),"mmdd")>=format(DateofPurchase,"mmd d"))) * price

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Query to Develope Price Book
    By Mark L in forum Queries
    Replies: 1
    Last Post: 12-11-2010, 08:07 AM
  2. Purchase price of asset
    By Ron.Sul in forum Access
    Replies: 4
    Last Post: 09-17-2010, 11:28 PM
  3. Automatic Price for Booking - Access 2007
    By doquan0 in forum Queries
    Replies: 1
    Last Post: 08-27-2010, 11:34 AM
  4. Look up price
    By matt4003 in forum Queries
    Replies: 7
    Last Post: 12-28-2009, 02:19 PM
  5. Multiple Price Columns
    By kmwhitt in forum Access
    Replies: 0
    Last Post: 04-04-2009, 09:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums