I have a form (frmA)that displays the set of records continuously. When this form opens there is a field that bases it's display on values chosen in another form (frmB) that's open.
I have two problems. First, when frmA opens the displaying field is effected only on the record that has focus. I have to manually go thru all the records (give focus) for the field to update. HOw do I make it so the form opens with all records updated?
Secondly, with frmB open, if I change the values here, how do i update frmA? When frmA initially opens it takes the stored values of frmB, but then how do I do it such that it takes on the new values and updates?
I'm doing this project for work, so any help or quick responses would be greatly appreciated. Thanks!
I have two problems. First, when frmA opens the displaying field is effected only on the record that has focus. I have to manually go thru all the records (give focus) for the field to update. HOw do I make it so the form opens with all records updated?
Secondly, with frmB open, if I change the values here, how do i update frmA? When frmA initially opens it takes the stored values of frmB, but then how do I do it such that it takes on the new values and updates?
I'm doing this project for work, so any help or quick responses would be greatly appreciated. Thanks!