unique values in reports? i think...

CHAOSinACT

Registered User.
Local time
Tomorrow, 03:52
Joined
Mar 18, 2009
Messages
235
ok, got a simple report that does all jobs by job number... if the job description is the same it only lists the first one... why? i didn't tell it to look for unique values or anything....? ideas?
 
btw entire sql statement

SELECT tblDGroupCivilMinorJobs.*, tblClients.[Client Name]
FROM tblClients INNER JOIN tblDGroupCivilMinorJobs ON tblClients.ClientID = tblDGroupCivilMinorJobs.[Client ID];
 

Users who are viewing this thread

Back
Top Bottom