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
Converting DNS /DHCP / Print Server using Virtual Machine Manager, Hyper V?
MySQL to MS SQL Syntax
Cryptor
DB2 Equivalent of Brackets in Access
Anti-Spam Plugin (Outlook 2007)
Validate/Verify US zip codes
using setTimeout with window.opener.location.rel
oad();
Webphere admin console throwing 404 error
how to find date when Win7 Home was installed
Remove Columns from CSV file, save results to new file