M
Marty
Hi- I am running Word97. In a macro,I have an ADO
connection. In my table, I have a variable (filingdate)
as a type INT. In my macro, I have the statement: Public
pfilingdate as Integer. After getting the ADO recordset,
I step through the code, and I see that filingdate is
101382. (Which is indeed the correct value.) The
statement is: pfilingdate = rs("filingdate"). rs is the
recordset. When this line of code is executed, I get an
MSWord error: Overflow. Why?
Thanks for any help.
-Marty
connection. In my table, I have a variable (filingdate)
as a type INT. In my macro, I have the statement: Public
pfilingdate as Integer. After getting the ADO recordset,
I step through the code, and I see that filingdate is
101382. (Which is indeed the correct value.) The
statement is: pfilingdate = rs("filingdate"). rs is the
recordset. When this line of code is executed, I get an
MSWord error: Overflow. Why?
Thanks for any help.
-Marty