what should i do to solve this error which is variant does not contain a container…?
Subject: variant does not contain a container
-
make sure you have set “Option Declare” in the code.
-
Turn on your debugger to see where the error occurs.
Subject: RE: variant does not contain a container
thanks…there is no error occurs in code…
but when i run it,there is an error which is type mismatch…
is it means that there is field which have wrong data type or data input?
Subject: RE: variant does not contain a container
yes you try the wrong data type for the field.
Start the Script Debugger, run the code,
and the debugger stops in the row where is the false datatype
bb