NewTexican
Technical User
Scrolling through a parent form updates info on a pop up form. My guess is to put something like the following in the form_current of the parent form.
(rstable is my recordset)
(company mailout f is my pop up form)
Forms![company mailout f].rstable.Refresh
That don't work
Forms![company mailout f].[Check12].Requery
That don't work
Forms![company mailout f].requery
That don't work neither
(rstable is my recordset)
(company mailout f is my pop up form)
Forms![company mailout f].rstable.Refresh
That don't work
Forms![company mailout f].[Check12].Requery
That don't work
Forms![company mailout f].requery
That don't work neither