Merging in the same table

L

Lare

Hi-

I have a table in which I have

URL - Text
Category - Text
Descrip - Memo

I would like to merge duplicate records where

URL = URL

Merging means

URL = URL
Category + ", " + Category
Descrip + <CR> + Descrip

Any recommedations on the best way to query to do this? I am assuming its a
group query but need some help.

Thanks!
Larry
 
Top