Results 1 to 2 of 2
  1. #1
    bornstein.a is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Aug 2012
    Posts
    1

    Inputing Checks

    I am in the process of creating a database for a small non-profit organization to track all of the donors' contact and donation information. I'm very green to Access so bare with me... When entering a donation under payment types there are a number of options listed (check, credit card, cash, in-kind) but I can't figure out how to enter a check number - which is important for being able to back and check specific donations. I also am trying to figure out how to specify if donations are restricted or unrestricted. It seems like both of these things would be as simple as adding another field, but I'm not sure if that's right/how to do that. Any help would be greatly appreciated!

  2. #2
    RayMilhon is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    Aug 2011
    Location
    Southern California
    Posts
    1,071
    Your donation table should include the following fields

    donationID Autonumber PrimaryKey
    donorID Number Foreignkey to donor table
    DonationType String
    DonationAmt Currency
    checknumber number
    account String account number the check is written from
    Bank String routing number for the bank check is written on
    Restricted yes/no If No then its unrestricted

    When building the form for Donation Data Entry
    You would use a combo box to select the donor
    A combo box to select the donation Type (check, credit card, cash...)
    the Account number would be used in either check or credit card donations
    the routing number and check number would only be used for check donations.
    A check box or Radio button would be used for the Restricted field.

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

Similar Threads

  1. Disappearing checks in check boxes
    By jimmonator in forum Forms
    Replies: 3
    Last Post: 07-21-2011, 02:57 PM
  2. Re-using a query by inputing date.
    By suverman in forum Queries
    Replies: 1
    Last Post: 05-31-2011, 09:33 AM
  3. Replies: 0
    Last Post: 05-03-2011, 05:58 AM
  4. Insert Record checks table
    By pfarnell in forum Forms
    Replies: 13
    Last Post: 09-05-2010, 10:47 AM

Tags for this Thread

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