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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top