A
Adam
Hi,
Main form's subform shows a set of filtered records.
I am trying to write a VB instruction to perform a task on
each row in a specific field (a checkbox field
called "Card Printed" which if printed, yes, else, no). I
am able to carry out the task on the first record, but I
am unable to make it go to the next record,ie 2nd, 3rd,
etc.
Is there a simple vb instruction to go to the next record
on a SUBFORM? Ideally, I would put this in a For..next
statement which would process each of all available
records showing in the subform. I have tried the
DoCmd.GoToRecord, but to no avail.
Can you please help?
Thanks heaps.
Adam
Main form's subform shows a set of filtered records.
I am trying to write a VB instruction to perform a task on
each row in a specific field (a checkbox field
called "Card Printed" which if printed, yes, else, no). I
am able to carry out the task on the first record, but I
am unable to make it go to the next record,ie 2nd, 3rd,
etc.
Is there a simple vb instruction to go to the next record
on a SUBFORM? Ideally, I would put this in a For..next
statement which would process each of all available
records showing in the subform. I have tried the
DoCmd.GoToRecord, but to no avail.
Can you please help?
Thanks heaps.
Adam