-
ordinal error
Hi chaps!
Got a problem that can't seem to put my finger on!
VB app running on numerous OS. Within the app I have a child form thatcomes up and populates a series of list boxes, using a ADO recordset from a access97 database. On my development machines I have NO grief (As usual!!)but on "some" machine sI get this error when the form loads (I believe that there is a problem with poulating the recorsets).
"item cannot be found in the collection corresponding to the requested name or ordinal".
I have optain a copy of there database and can run it successfully on my development machine. What I'm I missing :) Any ideas chaps!!
Ta
Gerard
-
does this happen SOMETIMES on some machines
or is some of the machines always giving you the error?
the error your describing has to do with field not being present in the db
-
It appears to be the same problem on the same machines...you would think that i would get the same error on my machine if there was a missing field? I'm using a copy of their database.
-
It appears to be the same problem on the same machines...you would think that i would get the same error on my machine if there was a missing field? I'm using a copy of their database.