jt463
IS-IT--Management
- Nov 23, 2005
- 134
Any ideas why I would be getting a Run-Time Error 13: "Type Mismatch" with the following code:
ContRst!CustomerID = GW-99
I am trying to store the 'GW' and '99' data in my VB.
Thanks in advance!
Code:
dim labelID2 as string
labelID2 = (Left(ContRst!CustomerID, "-"))
ContRst!CustomerID = GW-99
I am trying to store the 'GW' and '99' data in my VB.
Thanks in advance!