philljp390
Registered User.
- Local time
- Today, 23:14
- Joined
- Sep 7, 2003
- Messages
- 64
Is this possible to do in a query?
I have the following table (for example):
Field1.......Field2
1.............House, House
2.............House, Car, Car
3.............House, Tree, Car
4.............Car, Car, Car
I want to count those text strings that are the same:
Field1.......Field2
1.............1 House
2.............1 House 2 Car
3.............1 House 1 Tree 1 Car
4.............3 Car
Any help will be much appriciated.
I have the following table (for example):
Field1.......Field2
1.............House, House
2.............House, Car, Car
3.............House, Tree, Car
4.............Car, Car, Car
I want to count those text strings that are the same:
Field1.......Field2
1.............1 House
2.............1 House 2 Car
3.............1 House 1 Tree 1 Car
4.............3 Car
Any help will be much appriciated.