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
VB6 Access SQL query code
How do I push out customized header/footer templates in Word 2007
Date Sorting
ASP.NET SOAP Server/Client with Complex Types
Software from Windows 95 O/S
The string was not recognized as a valid DateTime. There is a unknown word starting at index 0.
How to set a font to a CMenu ?
Export Datagrid to excel
How to increase HEAP Memory on Windows 2003?
How to trigger Form events?