Microsoft
Software
Hardware
Network
Question : remove a letter off front of numbers in a field
i am attaching database - with a building# field.
Buidling numbers are coming to me with an S in the front of number-
like s2, s45, s159, etc...
can I write an update or delete query to take s off of front of number
thank you
Attachments:
removeS.mdb
(224 KB)
(File Type Details)
remove s
Answer : remove a letter off front of numbers in a field
UPDATE yourTable
SET yourFieldName = Mid(yourFieldName, 2)
WHERE left(yourFieldName, 1) = "s"
Random Solutions
How to submit an asynchronous request to server to run a business service from a Business component script?
Should Sys Admins (Domain Admins) also have user accounts?
SQL 2005 Select Query from multiple tables
parse url in JavaScript
Need a random list of 1000 geocoded locations in any one country
PHP Cookies
Displaying GroupWise contacts in Exchange address book?
Outlook address book problem
publishing websites in TMG 2010
Multiple counts on 1 column