M
Mike
How can I tell a macro to cycle through for each record on
a form? My macro runs for the first record on the form,
then advances to the next record, and so on. But when it
gets to the last record BOOM I get error messages because
there is no next record. I've used "until EOF" type
statements when looking at table data but is there a
similar method for forms or will I have to write the data
my form displays to a temporary table, process it, and
then dump the table?
a form? My macro runs for the first record on the form,
then advances to the next record, and so on. But when it
gets to the last record BOOM I get error messages because
there is no next record. I've used "until EOF" type
statements when looking at table data but is there a
similar method for forms or will I have to write the data
my form displays to a temporary table, process it, and
then dump the table?