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!

Repeating lines in my query

Status
Not open for further replies.

viadisky

Technical User
Jun 19, 2003
110
GB
Hi,

How can I reduce repeating lines into a single line in my query?

Vlan2 172.18.226.251 255.255.255.240
Vlan2 172.18.226.251 255.255.255.240
Vlan2 172.18.226.251 255.255.255.240
Vlan2 172.18.226.251 255.255.255.240
Vlan2 172.18.226.251 255.255.255.240
Vlan2 172.18.226.251 255.255.255.240
Vlan2 172.18.226.251 255.255.255.240
Vlan2 172.18.226.251 255.255.255.240

I just want to have 1 line representing all these lines.

Many thanks :)
 
Try adding a 'Group By' clause. The sigma icon on the toolbar.
 


Hi,

How about Select Distinct ...

Skip,

[glasses] [red]Be Advised![/red] Dyslexic poets...
write inverse! [tongue]
 
Hi Spenney/Skip,

I only used Access since last week, I am still trying to find toolbars and icons really ... can you provide additional details please ...

I really appreciate your help.

Cheers!
 
In the properties sheet of the query set Distinct values to true.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top