Print Report w/ multiple 1-to-manys

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an alumni database. I want to print out a report listing their names,
former offices, and telephone numbers. I have a 1-to-many relationship to
offices and telephone numbers so I seem to only be able to make a report
showing either offices or telephone numbers. otherwise the report contains
only the first office or first telephone number. Is there a way around this?
 
It would help if you indicated what your tables are, and how they're
related.

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


Wynn said:
I have an alumni database. I want to print out a report listing their names,
former offices, and telephone numbers. I have a 1-to-many relationship to
offices and telephone numbers so I seem to only be able to make a report
showing either offices or telephone numbers. otherwise the report contains
only the first office or first telephone number. Is there a way around
this?
 
Main table on alumni relates to look-up table matching alumni ID to Office
ID. The second relationship is identical (let's look at departments, rather
than telephone numbers).

I want
James Spader --- Madrid, London-----M&A, Tax
to appear in the the report, but each former office and former department
is related through the lookup table. I can get one to show up in a report,
but not both. For an input form, this was resolved by creating separate tabs
for each of these fields.


"Douglas J Steele" escribió:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top