Read Only query

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
This does work if UniqueValues is set to yes

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.
 
Back
Top