Now, I am only looping once, but I am encountering errors with my data.
It broke at this code:
Heres the error:VB Code:
ed2.Value = Trim(drAchGen("ACHCode"))
What does this error mean?An unhandled exception of type 'System.InvalidCastException' occurred in microsoft.visualbasic.dll
Additional information: Cast from type 'DBNull' to type 'String' is not valid.




Reply With Quote