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
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
Mac backup: unsupported file characters
Windows 7 PC Going To Sleep When VSS Service Stops
Info@... users Not receiving email
PHP error
Windows player for Twonky media server
Excel macro to lookup value and copy corresponding field
How to avoid error message when no record can be returned.
Spell Checker, ASP.NET
Having issues converting Physical ISA server to Virtual Server