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
Comparable Objects
Validate front end server configuration error
IIS administrator in Exchange Server
SendKeys to a minimzed window
Aggregate Function
Excel find the numbers
Read BLOB data from oracle through a stored procedure
Outlook's Inbox shows 1 unread message
The Microsoft Jet database engine could not find the object
Parse Excel sheet.