G
Guest
I seem to be having a Monday morning moment. I have a simple task to code,
but for some reason I can't get my head around it.
I have a recordset open. That's fine. I know that there will only be 8
records in this recordset. What I want to do is populate an Array with a
date that is stored in each record.
I have setup d do while not eof to go through the recordset, I have the
setup a For next loop (1 to 8) to move through the array.
But unless I am mistaken I will have to go right through the array before I
can move to the next record. Am I correct?
Can somebody help me through my Monday morning fog. This should be simple.
How can I move the For Next on by 1 then move the recordset on one?
but for some reason I can't get my head around it.
I have a recordset open. That's fine. I know that there will only be 8
records in this recordset. What I want to do is populate an Array with a
date that is stored in each record.
I have setup d do while not eof to go through the recordset, I have the
setup a For next loop (1 to 8) to move through the array.
But unless I am mistaken I will have to go right through the array before I
can move to the next record. Am I correct?
Can somebody help me through my Monday morning fog. This should be simple.
How can I move the For Next on by 1 then move the recordset on one?