JamieArvato
Technical User
Hi
I have a form on which I can select titles from a combo box. The table from which I am retrieving this data is linked to two record sets on the form (whose data is drawn from a further 2 linked tables). These recordsets appear filtered on the form according to what is selected in the combo box. However, when I try to loop through one of the recordsets, it loops through every record in the source, rather than just those displayed, suggesting that it isn't actually filtered (ie the other records are just hidden). Can anybody suggest some code that will only loop through the selected records?
Thanks
Jackie
I have a form on which I can select titles from a combo box. The table from which I am retrieving this data is linked to two record sets on the form (whose data is drawn from a further 2 linked tables). These recordsets appear filtered on the form according to what is selected in the combo box. However, when I try to loop through one of the recordsets, it loops through every record in the source, rather than just those displayed, suggesting that it isn't actually filtered (ie the other records are just hidden). Can anybody suggest some code that will only loop through the selected records?
Thanks
Jackie