[mso] Report Development in Access

  • From: larryspcremedies@xxxxxxx
  • To: mso@xxxxxxxxxxxxx
  • Date: Fri, 05 Aug 2005 11:50:27 -0400

I have a database with three tables:

n: (m_id, fn, ln, addr, etc.)
pl: (m_id, date, pl, dpay)
pa: (m_id, date, amt)

The "pl" and "pa" tables are many-to-one to the "n" table, but usually 
there is only one row in "pl" for any "n".

I would like to create a report that looks something like this, but 
can't, for the life of me, figure out how.

[report]
Member id    Name  Date    Pledged DPayment PayDate Amount
~~~~~~~~~    ~~~~  ~~~~~~~ ~~~~~~~ ~~~~~~~~ ~~~~~~~ ~~~~~~
n.m_id   n.fn+n.ln pl.date pl.pl   pl.dpay  pa.date pa.amt
                                            pa.date pa.amt
                                            pa.date pa.amt
                                            pa.date pa.amt

n.m_id   n.fn+n.ln pl.date pl.pl   pl.dpay  pa.date pa.amt
                                            pa.date pa.amt
                                            pa.date pa.amt


SubTotals               dsum(pl.pl) dsum(pl.dpay) dsum(pa.amt)
Total           dsum(pl.dpay)+dsum(pa.amt)      
[/report]

If someone can point me in the right direction (samples, or tutorials) 
I'd appreciate it.

Larry
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to 
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes) in 
the subject line.

Or, visit the group's homepage and use the dropdown menu.  This will also allow 
you to change your email settings to digest or vacation (no mail).
//www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group, send a 
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with 
instructions.  Once you are a member of the files group, you can go here to 
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

Other related posts: