|
-
Feb 25th, 2000, 08:03 AM
#1
Thread Starter
New Member
I have a database with names and cities of persons (all in one table). Names can be the same, but if that's the case then he/she lives in another city (so the name AND city are the primary key).
How can I show the results of a query(DAO) in a dbgrid, so that if the name is the same they occupy one row in the grid instead for each double name a new row, so that you have a name and after the name, the city (next cell) with all the cities the name is present? for example:
NAME CITY
Johnson New York, Boston instead of:
NAME CITY
Johnson New York
Johnson Boston
Thnx in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|