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
Merging Multiple Excel Spread Sheets into one with common fields.
Access database and VB.NET program error: The Microsoft Jet database engine cannot open the file
Late binding Outlook - type mismatch on object assignment
ajax cascading drop down list
Error dropping shema
Open new window with specified size and without menu and toolbar from an application
How do i enable RDP on a Cisco 1841 router
Seeking an example database that uses ADO coding
VBA Loop through record names
access databse already in use