I suppose you are right. The SQL code is below. the
tabel "data" is the main table.
SELECT data.JobNo, dblist.[job title], data.FPI,
data.Overall, data.Compare, data.RateVExp, data.Sat,
data.PVRate, Methodology.[Methodology Name],
Marketing_objective.[Marketing Objective], [Product ID].
[Product Name], dblist.[n=], dblist.[job#1-4]
FROM [Product ID] INNER JOIN (((data INNER JOIN dblist ON
data.JobNo = dblist.jobno) INNER JOIN Methodology ON data.
[Methodology Number] = Methodology.[Methodology Number])
INNER JOIN Marketing_objective ON (Methodology.ID =
Marketing_objective.ID) AND (data.[Marketing Objective
ID] = Marketing_objective.[Marketing Objective ID])) ON
[Product ID].[Product ID] = data.[Product ID]
ORDER BY dblist.[job#1-4];
-----Original Message-----
Bill
Without a look at the SQL statement your query is using, it could be tough
to guess what might be happening. You know, a little like telling the auto
mechanic on the phone, "my car is making this funny sound ... what's wrong
with it?"
--
Good luck
Jeff Boyce
<Access MVP>
.