Results 1 to 5 of 5
  1. #1
    CTdbdev is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Jul 2014
    Posts
    12

    Up/Down-voting records between columns

    Hello,

    I have a 2013 database where I track our vendors and their prices for our products. Each of our items is it's own row record. The vendor, alternate vendor, and their associated info are in individual column records. I regularly update the vendor information, which if an alternate vendor has better pricing I need to cut and paste the info between fields. This is because only the first vendor info is used in reference to a few other fields that show our list price and the margins from that vendor.
    I've been looking at ways to add a button under each vendor field "group" that would say, upon click move those vendor records to the main vendor field group, and downvote the current main vendor.
    Or, maybe a single update button that would re-arrange all the vendors based lowest cost first.



    Of course as I'm typing this I just thought of another much more simplified method, of just having a drop down field next to the list/margins fields where you select which is the current preferred vendor, and then the margin math is based on whatever that selected vendor is. Hmm..

    Any suggestions which of these three methods would be best in Access?
    Regards,
    Alex

  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,847
    ..need to cut and paste the info between fields.
    It sounds to me that you have a spreadsheet background.
    Can you tell us about your tables and any reporting requirements involved?

  3. #3
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Why would you store a vendor as it relates to a client at all? especially if it's subject to price change.

    Why can't you, instead, on your data entry form, show the vendor list in order of current product list price? Which is I believe what you mentioned last, that is the way I would recommend.

  4. #4
    CTdbdev is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Jul 2014
    Posts
    12
    Well yes, on the form for the particular product, there is a list of the vendors, with multiple fields for their name and cost. What I'm trying to do is have a combo box that allows me to select which is the current preferred vendor, and use that vendors cost in the calculation for the margins. I think/am sure/ my formatting isn't correct for the rowsource. Here's what I'm trying to do. Rowsource= "Vendor 1",ProductsT.ID[Vendcost1];"Vendor 2",ProductsT.ID[Vendcost2]
    So data wise the combo box would be like this:
    ___________________________________________
    | Vendor 1 | Vendcost1 from current ProductsT.ID |
    ___________________________________________
    | Vendor 2 | Vendcost2 from current ProductsT.ID |
    --------------------------------------------------

    Then whichever is selected, stored in CurrentVend, would be used in calculating margins for the preferred (selected) vendor.
    Hope this makes better sense, and thank you for your help.
    Alex

  5. #5
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    Do you have a way of correctly identifying your 'preferred' list (by margin) or is that what you're asking how to do? Without knowing your table structure it would be hard to get at this.

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

Similar Threads

  1. Replies: 6
    Last Post: 04-06-2013, 10:36 AM
  2. Voting and Ranking System
    By tothstevenj in forum Programming
    Replies: 3
    Last Post: 07-06-2012, 11:56 AM
  3. How do I put many simple records into columns???
    By technesurge in forum Access
    Replies: 2
    Last Post: 06-19-2012, 09:42 AM
  4. Voting Ballot Report
    By modiol in forum Reports
    Replies: 1
    Last Post: 06-14-2012, 05:25 PM
  5. Lookup Columns Multiple Records in report
    By schultzy in forum Reports
    Replies: 1
    Last Post: 01-02-2010, 12:21 AM

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