Space Issue

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

If I have data that looks like this "VBG BNH" how do 1: locate these records
and 2: remove the space.

Thanks.
Chris
 
Sure sorry. These are Canadian zip codes and some have been coded without a
space VBBJHT and some have been coded with a space VFB GHT. I want to find
the ones that have a space and remove just the space. So VFB GHT would then
be VFBGHT. Can you help me?
 
Sure sorry. These are Canadian zip codes and some have been coded without a
space VBBJHT and some have been coded with a space VFB GHT. I want to find
the ones that have a space and remove just the space. So VFB GHT would then
be VFBGHT. Can you help me?

Just to make Klatuu's suggestion run a bit faster, you can use a
criterion on the postcode field of

LIKE "* *"

to limit the update to those records which do contain a blank.

John W. Vinson[MVP]
 
LOL, no that's not a valid Postal Code. All Canadian Postal Codes are
in the form A0A 0A0.
 

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