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
PHP for loop - help with POST data
How to redirect requests to a particular web site to a local server?
Excel - VBA text formatting
capture value of checked items in checklistbox
WMIC Get Make, Model and Serial Number
Session Timeout during Session
Changing Allow/Block settings on Autodiscover prompt in Outlook
Netapp - increased LUN volume - resized to gain space - but windows server has not picked up change - what am i Missing please
Website doesnt display correctly in IE7
Error "Cannot Quit Visual FoxPro" when closing form with embedded OLE MapPoint control