T
tgdavidson
Setting up an Access 2007 database to track fundraising for a HS marching
band (I didn't duck fast enough). In particular, we want to track student
deposits to their INDIVIDUAL accounts (from fundraisers) and withdrawals (for
band tours, supplies, etc).
I've adapted a general ledger template for the overall structure, and it's
working fine. What's tricky (translation: what I'm too inexperienced to know)
is figuring out how to produce a single page report (for printing or
otherwise sharing with the student) that shows JUST that student's account
status. I know there's probably a simple way to do this, but my SQL and
Access skills are far too rusty.
I've got two major tables (and a couple subtables to handle some generic
data, like students' year in school, etc.):
STUDENTS table has fields for First name; Last name; Graduation Year;
Section/instrument (to help disambiguate if we ever have two with the same or
similar names); and their start-of-the-year account balance (hand-entered
from the - wait for it! - paper records the previous treasurer used).
GENERAL LEDGER table has fields for Student Name (concatenated from the
first & last names in table: STUDENTS); Transaction Date; Credit Amount;
Debit Amount; and Detail (to record the memo details of the transaction.
I've got some queries to pull general, aggregated reports for ALL students -
but can't for the life of me figure out how to generate a stack o' reports
for every student individually. Anyone able to stop laughing long enough to
point me at the probably-obvious solution?
Kind regards,
-tgd
band (I didn't duck fast enough). In particular, we want to track student
deposits to their INDIVIDUAL accounts (from fundraisers) and withdrawals (for
band tours, supplies, etc).
I've adapted a general ledger template for the overall structure, and it's
working fine. What's tricky (translation: what I'm too inexperienced to know)
is figuring out how to produce a single page report (for printing or
otherwise sharing with the student) that shows JUST that student's account
status. I know there's probably a simple way to do this, but my SQL and
Access skills are far too rusty.
I've got two major tables (and a couple subtables to handle some generic
data, like students' year in school, etc.):
STUDENTS table has fields for First name; Last name; Graduation Year;
Section/instrument (to help disambiguate if we ever have two with the same or
similar names); and their start-of-the-year account balance (hand-entered
from the - wait for it! - paper records the previous treasurer used).
GENERAL LEDGER table has fields for Student Name (concatenated from the
first & last names in table: STUDENTS); Transaction Date; Credit Amount;
Debit Amount; and Detail (to record the memo details of the transaction.
I've got some queries to pull general, aggregated reports for ALL students -
but can't for the life of me figure out how to generate a stack o' reports
for every student individually. Anyone able to stop laughing long enough to
point me at the probably-obvious solution?
Kind regards,
-tgd