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
Sharepoint - Add sub item links to top navigation.
Oracle Materialized View refresh - Question
AIX DB2 error
Record / Log SQL Queries
Installing an SSH key onto a mac
Moving from MS SBS 2003 to a 100% hosted solution?
Outlook/Exchange Issue with Emails not showing
Should I enable or disable TCP Offload in my Hyper-V R2 environment?
Retrieve value of calculated control on a subform
ISA, Single sign-on OWA2010 OWA2003 coexistence