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

    design/programming help needed

    im building a database, im creating an account ledger to manage members account payments for their memberships.

    im currently working with a few different tables:

    Player: PlayerID, LastName, FirstName, DOB
    MembershipList: MembershipListID, MembershipName, RegFee, MonthlyFee, Term
    Memberships: MembershipID, PlayerID, MembershipListID, ContractStart, ContractEnd
    AccoutActivity: ActivityID, ActivityName
    AccountLedger: AccountID, PlayerID, Date, ActivityID, Amount

    Players do not have to be members

    The beginning of each month (either by button, or automatically) I need to add record/s to the AccountLedger table for each player where ActivityID="Monthly Fee" and Amount will equal their [MembershipList].[MonthlyFee].



    I can not firgure out how to do this, will it be just an append query, or macro?

    can someone please help, im using Macros, NO VBA

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    I would simply use an append query that used the member table as its source. You can hard code the relevant values.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. database design help needed
    By princeofdumph in forum Database Design
    Replies: 2
    Last Post: 01-03-2013, 08:20 AM
  2. SQL Query Design - Date Range Help Needed
    By StevenCV in forum Queries
    Replies: 1
    Last Post: 02-28-2012, 08:24 AM
  3. Replies: 1
    Last Post: 12-25-2011, 03:54 PM
  4. Help with table design needed.
    By bobojones69 in forum Database Design
    Replies: 0
    Last Post: 08-10-2010, 02:08 PM
  5. Help needed with table design/layout for newbie
    By jase118 in forum Database Design
    Replies: 8
    Last Post: 06-05-2010, 02:59 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