CHAOSinACT
Registered User.
- Local time
- Today, 23:06
- Joined
- Mar 18, 2009
- Messages
- 235
can anyone think what a rs.MoveNext would fail? it can't move on from first record and there are many. the compiler stops me on
rsJobsList.MoveNext
to debug. frankly weird i'm looking at query now, it has 37 records. seems stupidly simply....(yes, rsJobsList is a legit open adodb recordset - i'm using it elsewhere in code ok, go to move to next record and it says
index or primary key cannot contain "null" value. all i can think is that calculated values in the query causes the problem??? otherwise i just can't see it.
rsJobsList.MoveNext
to debug. frankly weird i'm looking at query now, it has 37 records. seems stupidly simply....(yes, rsJobsList is a legit open adodb recordset - i'm using it elsewhere in code ok, go to move to next record and it says
index or primary key cannot contain "null" value. all i can think is that calculated values in the query causes the problem??? otherwise i just can't see it.