M
Mohan
Hi
I have a table with client info. There can be more than one record with the
same address (different clinets living in the same address)
In the "Contacts' table, I have the follwoing filelds (amonth many other)
- ContactID
- FirstName
- LastName
- StreetNo
- StreetName
- City
- Prov
- PostalCode
- Country
- HomePhone
- CellPhone
All together there are about 400 records (but only about 360 houses)
How can I select the distinct addresses?
I tried combining the StreetNo & StreetName with address: [StreetNo] & " " &
[StreetName] and then selecting distinctrow but its not working.
Thanks
I have a table with client info. There can be more than one record with the
same address (different clinets living in the same address)
In the "Contacts' table, I have the follwoing filelds (amonth many other)
- ContactID
- FirstName
- LastName
- StreetNo
- StreetName
- City
- Prov
- PostalCode
- Country
- HomePhone
- CellPhone
All together there are about 400 records (but only about 360 houses)
How can I select the distinct addresses?
I tried combining the StreetNo & StreetName with address: [StreetNo] & " " &
[StreetName] and then selecting distinctrow but its not working.
Thanks