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
Finding Null in a memo field and what event to use to check the related box
Icons from Start>All Programs have disappeared
Nested Vlookup within Hlookup
Validating users with three level security
Communicator 2007 R2 - randomly won't logon
SBS 2008 Email
Making a chart see a #DIV/0! error as an empty cell
RunApp issue across different Office versions
Sybase 11 Error
How can I make Visual Studio 2008 Fullversion to Trail?