How to change data?

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

Hi,

I want to make a query can change the data from "A" to "B"

"A"
Contact Country
AQ-00786 China
AQ-00786 Taiwan
AQ-00786 Japan
AQ-00786 USA

"B"
Contact Country
AQ-00786 China,Taiwan,Japan,USA

Hope someone can help!!

Gary
 
Hi Gary

Unfortunately there is no query function which will concatenate data in the
way you describe (i.e. add "China" & "Taiwan" and give "China,Taiwan" so you
can stop looking!! I have wished for something like this myself many times...

I'm afraid the only way to achieve something like this is though Visual
Basic code.

Cheers

David
 
Thank David

David Cleave said:
Hi Gary

Unfortunately there is no query function which will concatenate data in
the
way you describe (i.e. add "China" & "Taiwan" and give "China,Taiwan" so
you
can stop looking!! I have wished for something like this myself many
times...

I'm afraid the only way to achieve something like this is though Visual
Basic code.

Cheers

David
 

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