Microsoft
Software
Hardware
Network
Question : Removing Leading Zero's in an AlphaNumeric Field
I am trying to remove leading zero's while working in an Access Query. I have account numbers that begin with 2 alpha characters followed by 4 numeric digits. I need to remove the leading zero's like below. The Alpha characters could be any character.
From this: AA0030 To this: AA30
From this: BB0456 To this: BB456
Thanks in advance!
Answer : Removing Leading Zero's in an AlphaNumeric Field
accountNum= val(mid([fieldName],3))
Random Solutions
VBA code to loop through two different record sets and output message boxes
Abort sql query in the middle of the execution process.
add " to export data
DBDesigner 4 to MSSQL 2000
MS Access 2003 - sending email
Exchange Help
Retrieve Dataset from Database and Bind to a Collection and Silverlight Control
Excel 2007 Formula Question
FormsAuthentication.Redire<wbr />ctFromLogi<wbr />nPage question
Possible to /span (remote dual screen) desktops within Remote Web Workplace?