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
Why does the Listindex property of a Combobox reset to 0 in VBA?
Delphi SQL Query Help
Visual Studio 2010 removal of Bite Order Mark VB -or PHP solution?
Easily change outgoing address. Outlook 2010 (or 2007 or 2003)
The instruction at "0x......" error
Can't access variable in code behind page
error while executing a stored procedure
Java runtime 6.20 silent install : fails to register with IE8 on Win7
Move users home folders to new storage partition
Ask user if they wish to overwrite existing file