Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using DISTINCT in Query Grid 1

Status
Not open for further replies.

SkipVought

Programmer
Dec 4, 2001
47,487
US
Hi gang,

I know that I can go into the SQL and modify my Select clause with

Select Distinct Field....

Is there a way to do that from the Query Grid?

Dumb as a POST :cool:

Skip,
Skip@TheOfficeExperts.com
 
In the design view, open up the query properties (View->Properties). Make sure the box that pops up shows the caption of "Query Properties". It might say "Field Properties" in which case you need to click anywhere above the field grid to change it.

Change the "Unique Values" property to 'Yes'. The underlying SQL will then be changed.

Rob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top