Sprinks
Thanks for you response, I am using Access 2000. in the design view of the
select query I have set the Unique values to yes.But this did not change the
SQL
I tried make table query too, anyway this is my query
SELECT DISTINCT [refer all].[Agent No], [refer all].HH, [refer all].[Client
Name], [refer all].[Mail street], [refer all].[Mail City], [refer all].[Mail
St], [refer all].[Mail Zip], [refer all].[Agent Name], [refer all].[Agent
Ph], [refer all].street, [refer all].l, [refer all].st, [refer
all].postalcode, [refer all].[Agent Lic]
FROM [refer all];
Sprinks said:
Hi, Joe.
Please post the query's SQL with Unique set to Yes. (View, SQL, cut and
paste).
Sprinks
:
I have a table whihc has Policy numbers and address related to the policy. I
want only one row per policy.
I tried setting the query properties to Unique values as well as unique
records. Both do not help