Results 1 to 4 of 4
  1. #1
    santinimatias is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Nov 2013
    Posts
    13

    one Price for first item, another price after that...

    I cannot figure out hot to approach this problem.


    We charge two prices when we burn a CD with information for a client: $20 for the first copy, and $5 to all additional copies.
    I used just a simple combobox that shows both ist copy & Add'l copies, with a textbox next to it. If the use selects the 1st copy, then an "1" would be added to the textbox. then you save the record. A second record would be needed for the additional copies.
    We are not happy with this, but I cannot figure out how can I have both the 1st copy and the add'l copies in the same record, or how to do the costs calculations. I tought of using a many to many relations, but I can't make it work. To add to the cake, the price on the copies changes over time, so there's need to be a timestamp and status (current, archived) fields.

    Any suggestions on how to approach this?

    Thanks!


    Windows 8, access 2013.

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    TotalCost = 20 + (5 * HowManyCopies)

    All you need to know is How Many Copies were made for the Customer.

  3. #3
    santinimatias is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Nov 2013
    Posts
    13
    Sorry, I guess I wasn't clear. And I found a work around.
    Thanks you for the response!

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,726
    For others who read this later, it would be useful if you would (for completeness):
    -clarify the original requirement
    -post your solution

    Good luck with your project.

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

Similar Threads

  1. Replies: 5
    Last Post: 11-23-2014, 03:54 PM
  2. Replies: 9
    Last Post: 03-13-2014, 07:42 AM
  3. Item without price, or duplicate price
    By Auto in forum Reports
    Replies: 5
    Last Post: 07-29-2013, 09:46 PM
  4. Replies: 5
    Last Post: 07-29-2011, 12:55 AM
  5. Look up price
    By matt4003 in forum Queries
    Replies: 7
    Last Post: 12-28-2009, 02:19 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