D
Doug
I have an unbound form frm1. It opens frm2 which opens frm3. frm3 updates
some data fields on frm1 so after the users saves frm3, I want to execute the
current event of frm1 so that it reads the record source again and populates
the form with the most current info. I have tried to frm1.requery from frm3,
but it doesn't execute the current event of frm1 because the form is not
bound (at least that is why I think it doesn't execute it). Any ideas on how
I can do this?
Thanks,
Doug
some data fields on frm1 so after the users saves frm3, I want to execute the
current event of frm1 so that it reads the record source again and populates
the form with the most current info. I have tried to frm1.requery from frm3,
but it doesn't execute the current event of frm1 because the form is not
bound (at least that is why I think it doesn't execute it). Any ideas on how
I can do this?
Thanks,
Doug