S
Simon
i want a query that just dispays the first letters of the post code
and no number
eg. BS5 9JG i just want it to dispaly BS
eg B5 9GR i just wnat to dispay B
I have the following qery but it only slows the first 2 Characters
like B5 but i olny want it to show B
PostCode: Left([InvoicePostCode],2)
How do u make it only display letters
Thanks
and no number
eg. BS5 9JG i just want it to dispaly BS
eg B5 9GR i just wnat to dispay B
I have the following qery but it only slows the first 2 Characters
like B5 but i olny want it to show B
PostCode: Left([InvoicePostCode],2)
How do u make it only display letters
Thanks