Results 1 to 3 of 3
  1. #1
    blueboy18 is offline Novice
    Windows XP Access 2010 64bit
    Join Date
    Sep 2018
    Posts
    1

    Nonprofit Silent Auction Database Help


    I am wanting to create a basic database to use for a nonprofit silent auction. I would want to go ahead and already enter the auction items including description, item #, donor name, donor address and retail value. The night of the auction, once bidding has closed, I would then enter the winning bidder’s name, telephone # and realized auction price. I want to be able to print or view a report/table/etc that sorts auction items by # and another that would sort winning bidders along with each item he/she won. I have very little Access experience and welcome any suggestions or help. Is Access even the way to go for this or should I use Excel for this task?

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    yes Access is perfect for this, and will get your feet wet into learning it.
    This is not a complex app so you should learn a lot.

    you want a tPersons table
    PersonID (autonum)
    FirstN,
    LastN,
    Addr,
    etc

    a tInventory table
    ItemID (autonum)
    ItemName,
    Description,
    ValueAmt,
    DonorID (from tPersons.PersonID)
    WinnerID (from tPersons.PersonID)
    SoldAmt,
    etc

    build forms for data entry,
    queries and reports to extract data.

  3. #3
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529

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

Similar Threads

  1. Replies: 2
    Last Post: 08-10-2018, 04:28 PM
  2. Replies: 9
    Last Post: 06-23-2018, 10:25 PM
  3. Replies: 2
    Last Post: 04-27-2016, 06:20 AM
  4. Replies: 1
    Last Post: 07-01-2015, 04:18 AM
  5. Replies: 1
    Last Post: 03-21-2015, 11:55 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