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
OnToolTipNotify() not called in CView class
IPhone problems
Connect to a Crosstab query in Access from Excel
Can The User Select A Directory
vb.net let user select start page
access 2003: sum of textboxes
Urgent System.UnauthorizedAccessE<wbr />xception
control transparent problem
MS Access application crashes unexpectedly
VB.Net - easy question - isnumeric for rowfilter column?