I'm developing a MSAccess2000 database. I've created a subform, based on a query, and I'm trying to loop through one field in all the records on the subform. The subform is a 'continuous' form, which lists 1-10 records for each person on the main form.
I've put the code in the OnCurrent and OnLoad events -- but I can only go through all the fields in the FIRST record on each subform. I want to loop through each record on the subform, and make changes to a field. Can anyone help with the code? I've consulted numerous books, and tried many different things, to no avail. Can't get it to loop.
Thank you so much.
I've put the code in the OnCurrent and OnLoad events -- but I can only go through all the fields in the FIRST record on each subform. I want to loop through each record on the subform, and make changes to a field. Can anyone help with the code? I've consulted numerous books, and tried many different things, to no avail. Can't get it to loop.
Thank you so much.