how to edit a table

G

Guest

please could someone tell me how to edit a table especially how to extract a
wrongly placed data from one column and place place it into the right column.
e.g: how to remove postcodes that were wrongly placed in an address column
and put them in their postcode column.

stay blessed
 
J

John Spencer

Post some examples of your data.

Do all the addresses have a post code at the end? Are they all the same length? etc.
 
J

John Vinson

please could someone tell me how to edit a table especially how to extract a
wrongly placed data from one column and place place it into the right column.
e.g: how to remove postcodes that were wrongly placed in an address column
and put them in their postcode column.

stay blessed

The short answer is "with an Update query".

The specific details of that query will very much depend on the nature
of the data. It may be rather tricky to identify which alphanumeric
characters in an address column are in fact postcodes - is this
Canadian postcodes (at least they're all the same length), British
(ouch), or something else?


John W. Vinson[MVP]
 

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

Top