Posted by PW on 10/06/07 13:25
Heres some new info I just discovered.
I changed one line of code ...
myOption = rs1("ESCI") & " | " & rs1("ESCN")
to
myOption = rs1("ESCI") & " | " & left(rs1("ESCN"),20)
and it worked for about 10 tries of navigating around, then it went back to
its old behavior.
Sure seems like some kind of limit is being hit.
[Back to original message]
|