G
Guest
I want to display a query and have it be read only, no updates or adds.
Douglas J. Steele said:Try changing it to a Distinct query, either by going into the query's
Properties when you've got it in Design View and setting the UniqueValues
property to True, or by going into its SQL View and change SELECT to SELECT
DISTINCT.