Results 1 to 3 of 3
  1. #1
    Snickren is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jan 2016
    Posts
    24

    Best way to record auction donation without creating a new record in a form

    We have a database that we put all donations for a couple of our big events throughout the year into. I'm wondering what the best way to put auction donations into a form would be, as some people donate more than one auction item. Right now I have them in a table for ease of copying them into the program as we want each entry on it's own line and are able to list amounts separately. The issue I'm running into is when we go to print thank you's it is creating a new record for each one and creating a duplicate label for each donor's donation. I've tried fixing it on the query end but does not seem to be working. Is there a way for the table to not create a new record for each line used in this table, or a better option for recording? Click image for larger version. 

Name:	access diagram.jpg 
Views:	14 
Size:	199.6 KB 
ID:	35068

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    Adding a donation means adding a record.
    or
    overwrite an existing record with new bid.
    the update query would use the key as source, then update Amt.

  3. #3
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,845
    Is there a way for the table to not create a new record for each line used in this table, or a better option for recording?
    the problem is not with your data but the thankyou report. You need to rewrite it in some way. Some suggestions to modify it - making use of the concatrelated function (google to find it) or to use a subreport for the donations as you do in your form or use an aggregate query to total all the donations.

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

Similar Threads

  1. Replies: 5
    Last Post: 08-24-2017, 09:03 PM
  2. Replies: 16
    Last Post: 01-18-2016, 07:25 PM
  3. Replies: 8
    Last Post: 07-08-2015, 07:06 PM
  4. Replies: 1
    Last Post: 04-24-2012, 02:36 PM
  5. Creating unique record from record and field data
    By arthurpenske in forum Access
    Replies: 3
    Last Post: 08-24-2011, 06:11 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