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
Read structure from binary file
Report Group Subtotals and Total
outlook 2000 "TCP/IP connection was unexpectedly terminated by your mail server. If this problem persists, contact your LAN
Infinite loop when Range is only 1 cell
Query is giving a non-boolean type specified error
How to read field names from an XSD file.
Basic MS Access Line Chart in report
Vista Home: Use of NET.TCP terminates w3wp.exe and listener
SQL Server Backup Connection
C# -- Microsoft Report (.rdlc) textbox "HEIGHT" ?