473,385 Members | 1,661 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Distinct records in report

Hi all,

I'm new to Reports, so please bear with me.

I have a query that produces a list of participants by project. It
also produces a list of files by project (participants and files are
both many-to-many joins with project):

_Project_ _Participants_ _Files_
Project1 participant1 file1
Project1 participant1 file2
Project1 participant1 file3
Project1 participant2 file1
Project1 participant2 file2
Project1 participant2 file3

What I want in the report that's based on this query is something like
this (my reports so far are exactly this pretty):

_Project_
Project1

_Participants_
participant1
participant2

_Files_
file1
file2
file3

Basically, I need something like a DISTINCT for participants and files,
I only want one of each unique value for each project.

Thanks for any help in advance (especially if it doesn't involve VB :)

Cheers,

Dave.

Mar 2 '06 #1
1 1649
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In the report create 2 groupings: one for Projects, the other for
Participants. Each should have a Header section. Place the data
control for Projects in the Projects Header section and the data control
for the Participants in the Participants section.

In the Details section place the Files data control.

Done.
--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBRAdfy4echKqOuFEgEQImkgCfTCfNOasR2SR+EGDVg2Mijz OePKkAn0kl
11kdADsz9V78bs7p1XQQyhSd
=1WeB
-----END PGP SIGNATURE-----
Dave wrote:
Hi all,

I'm new to Reports, so please bear with me.

I have a query that produces a list of participants by project. It
also produces a list of files by project (participants and files are
both many-to-many joins with project):

_Project_ _Participants_ _Files_
Project1 participant1 file1
Project1 participant1 file2
Project1 participant1 file3
Project1 participant2 file1
Project1 participant2 file2
Project1 participant2 file3

What I want in the report that's based on this query is something like
this (my reports so far are exactly this pretty):

_Project_
Project1

_Participants_
participant1
participant2

_Files_
file1
file2
file3

Basically, I need something like a DISTINCT for participants and files,
I only want one of each unique value for each project.

Thanks for any help in advance (especially if it doesn't involve VB :)

Mar 2 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Yasin | last post by:
Hi I have one reports which shows the Account wise daily transaction during the day.(pl's find below report layout format with column description) May or may not be each account have multiple...
9
by: Dave M | last post by:
All I've got a database that keeps track of sales of widgets. Each company that belongs to my organiztion is to report their widget sales or no sales every month. There are several different...
4
by: dixie | last post by:
I have a report which has records of students in various courses. It would normally show say 400 entries for 80 students doing an average of 5 courses each. I want to say on the report how many...
5
by: Fred Zuckerman | last post by:
Can someone explain the difference between these 2 queries? "Select Distinct id, account, lastname, firstname from table1" and "Select DistinctRow id, account, lastname, firstname from table1" ...
0
by: Jasper Jones | last post by:
I have a Crystal report that shows me a list of sales and which customer bought them, I would like to get a distinct list of customers, is this possible with crystal's formulas? This is my...
7
by: CampbellJD1 | last post by:
I am using Access 2003 Professional. I have been working with Access for some time and I have created an MDB with a Linked Table and the Data there is temporarily transferred to other Table for...
1
by: RussCRM | last post by:
I need some help getting unique records from our database! I work for a small non-profit homeless shelter. We keep track of guest information as well as what services we have offered for...
7
by: AccessHunter | last post by:
Hi, Please help with this problem. I have a report that displays a list of Case/Judge Records. using the following fields, Case Nbr, Case Seq Nbr, Judge Name, Attorney name 723187, 1...
4
by: omnittha | last post by:
I would like to pull unique records of a SINGLE column but not the other related columns. When I use DISTINCT, it pulls up all the records which are unique across the columns. Here is the code.......
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.