Microsoft
Software
Hardware
Network
Question : If first character in string is zero, remove it
What code could I use to see if the variable strTempID begins with a zero, and if so, remove that character?
Answer : If first character in string is zero, remove it
iif(left(s,1)="0",mid(s,2)
,s)
Random Solutions
Microsoft Excel and PowerPoint 2003 print with no left margin
How do I change the date format when submitting InfoPath form to a SharePoint Form Library?
Force user account picture w/Group Policy
Can I include other HTML files in a single HTML file?
Cannot run SQL 2005 SSIS Job
WCF standalone Http service with query string problem
wcf and (400) Bad Request
Need to return " "
Windows SBS 2003
Reading and Writing a decimal number to and from the registry through an Excel UserForm