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
Certification renewal for OWA
I have rules that automatically move email into Outlook 2007 sub folders. Only the most important email stays in my Inbox. Need a way of displaying all Unread Mail that is only in my Outlook Inbox
Out-of-Office rule doesn't forward emails sent to distribution list
2 node cluster won't failover to one node
Formatting a 60gb hard drive fails in Disk Management
Microsoft Access was unable to initialize the Windows Registry
Select Statement with Function
Message Box in access to display table cell value
Access 2007 Runtime - what happens if openend on on computer with 2003
SQL syntax producing duplicate results