Results 1 to 6 of 6
  1. #1
    Gman11 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2011
    Posts
    4

    How to create an accounts table?

    I am currently doing my year 12 (A level/IB) school project.


    I am required to do a database which is for a small club (it is a real club)

    I have adequate knowledge with access but i have studied on access 2003 but now im using 2010 to create a web database

    I have created a members database, including member id, name, amount paid,when the next fee is due, etc.
    I have also created an accounts table, but the problem is that i would like it to fill up on its own, as in: when you use the members form and note that the member has paid this is will be noted in the members table but i would also like it to be noted in the accounts table (fields to be noted in the accounts table: member id, name, reciept bumber, date and amount paid) but i would also like it to not change the previous entry for the same member in the accounts table but create a new row for this payment and the previous payment (last year) remain untouched.

    This system will also be implemented into other table which i have not created as i would like to make sure that the system will work in the first place

    Thank you in advance
    Gustav

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    Should not be inputting any payment data into members info table. Data entry should be into a Payments (you called Accounts) table. Each record would be a transaction. Every payment by every member would be input to this table.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Gman11 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2011
    Posts
    4
    Thank you for your reply but could explain how to do this transaction thing?
    Thank you

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,624
    A transaction - payment, refund, credit. I guess you only have payments to be concerned with. Your original post describes correct table structure. A table for member info and a table of records for all payment received. Make these adjustments.
    1. Do not put any payment info into members info table
    2. Do not put member name into the payments table, only member ID

    Build forms as interface for data entry. A simple setup would be a payment entry form. This form would be bound to payments table. Set form to open only to new record. Select user ID from a combobox list, enter payment info.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    Gman11 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2011
    Posts
    4
    Thanks for your help
    rely helped a lot and am nearly finished with the whole thing

    but i have just come up onto an other problem
    i currently have to change my reports (which i created using the report wizard) but i have to now covert them manually to reports which have the globe icon on them (i have do all the reports from scratch using the report button)
    that is annoying must the worst part is that when i have a list in my table it shows up as numbers in my report which is not what i want

    is there any way to fix this?
    or even better is there a way to automatically change these reports to the ones which have a small globe next to their icon? (they are currently completely web compatible they are just missing the globe next to the icon which means that i cannot put them into a navigational form, hence why i need to convert all the reports)

    any help will be greatly appreciated

  6. #6
    Gman11 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2011
    Posts
    4
    I have managed to find a solution for my problem

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

Similar Threads

  1. Replies: 13
    Last Post: 07-27-2011, 12:38 PM
  2. Using queries to create new table
    By mradel in forum Queries
    Replies: 1
    Last Post: 10-26-2010, 10:34 PM
  3. profile each user accounts?
    By jun90 in forum Access
    Replies: 1
    Last Post: 01-18-2010, 03:30 PM
  4. Using VBA create a new table from an existing table
    By KramerJ in forum Programming
    Replies: 0
    Last Post: 03-25-2009, 04:07 PM
  5. Auto-Create a Table
    By Mxcsquared in forum Forms
    Replies: 3
    Last Post: 01-28-2006, 11:36 PM

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