Merging in the same table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Back
Top