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
Using a geometry type check constrint in sql sever 2008
Internal LAN to External Ping
Is there a way to keep track of microsoft licensing on many servers rather than manually keeping track?
SBS Backup - 'The saved selection file "Script.bks" cannot be found.'
Internet Explorer 7 - Slow to load Initially
Joining a remote Windows 7 client to an SBS 2008 domain
Two vb.net projects in one application
Can I use GPO to uninstall IE 8 ?
Append from Access to SQL Server key violation on any second query
"The expression you entered as a query parameter producted this error"