Post Codes

  • Thread starter Thread starter Bruce
  • Start date Start date
B

Bruce

I have a list of post codes (UK) that I have trimmed down to the first part
of the code e.g. LW309TF down to LW30. No I need to remove the digits and
leave just the alpha details i.e. LW.How can I achieve this?

Thanks Bruce
 
Left([NameOfPostcodeField],InStr([NameOfPostcodeField],CStr(Val([NameOfPostc
odeField]))-1)
 

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

Similar Threads


Back
Top