R
Rover
I have the following code (which doesn't work).
set rstIN = dbs.OpenRecordset("table", dbOpenDyanset)
with rstIN
for x = 1 to 10
if !field(x) = "m" then
etc, etc etc....
I know I can reference the fields in the table like an array but the
above code is NOT it. What needs to replace !field(x)?
I knew how to do this but can't find my example code...
set rstIN = dbs.OpenRecordset("table", dbOpenDyanset)
with rstIN
for x = 1 to 10
if !field(x) = "m" then
etc, etc etc....
I know I can reference the fields in the table like an array but the
above code is NOT it. What needs to replace !field(x)?
I knew how to do this but can't find my example code...