Results 1 to 2 of 2
  1. #1
    jlmyree24 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Oct 2013
    Posts
    1

    student account database

    Good Morning,

    I have limited experience with Access and I'm creating a database form that allows a user to input data for a student fundraiser.



    There are approximately 300 students grade 7-12 who can raise money through multiple school sponsored fundraisers. I've created a form that acts as an accounting of each fundraising activity for a student.

    Problem #1 - I've attached an Excel spreadsheet of the student names (column 1) & grade level (column 2) to a combobox and want the grade level to autofill in another text box when the student name is selected
    Problem #2 - There is a simple calculation to determine student account balance after each credit/debit activity and I also want this amount to autofill when the student name is selected

    The goal is that the end user will be able to produce reports on individual student fund-raising activities, fund earned, etc.

    I have some programming experience but hope these are simple point and click solutions.

    Thanks in advance for any assistance provided.

    JM

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,931
    You have a link to a spreadsheet? That linked sheet is the source for a combobox RowSource? Options to display related info in textbox:

    1. set combobox as multi-column then textbox ControlSource expression references column index of combobox: =comboboxname.Column(x)
    Column index begins with 0. If value is in column 1 the index is 0.

    2. include the linked sheet in the form's RecordSource by joining on key fields. Bind textboxes to sheet fields.

    Problem#2 not so simple. It is usually a bad idea to save calculated data. Ideally, balances will be calculated as needed using transactions as basis for the aggregate calcs.
    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.

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

Similar Threads

  1. Student Database
    By jlc668 in forum Database Design
    Replies: 2
    Last Post: 10-09-2013, 03:26 PM
  2. Simple database for checking account
    By Rossmoyne in forum Access
    Replies: 1
    Last Post: 09-14-2012, 06:54 PM
  3. Student Enrolment database
    By Sawyer05 in forum Access
    Replies: 6
    Last Post: 07-31-2012, 04:33 AM
  4. Student database....kinda
    By jice89 in forum Access
    Replies: 7
    Last Post: 03-30-2011, 03:33 PM
  5. Trying to create Student fixtures database, need help!!
    By jmccullough in forum Programming
    Replies: 0
    Last Post: 08-10-2009, 01:56 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