G
gonzosez
I need to get the first 40 places of a given string.
Left(rsVMFG("comments").Value, 40)
produces an error
The error says Left() as integer
Left(rsVMFG("comments").Value, 40)
produces an error
The error says Left() as integer