Form, Subform, Pop up Form

  • Thread starter Thread starter Fysh
  • Start date Start date
F

Fysh

Ok I am confused on this part. I have a form with a
subform. On the main form there are buttons which when
one of them are pressed it shows the subform with certain
information. On the subform there are links to open a pop-
up form. The user then fills out the pop-up form and when
it is closed it requeries the subform form and main form
and sets the bookmark to the subforms link placement. My
problem is that when this is all done the main form is
changed to the last record so the information is not
current on the main form. I am using a table as the
record source for the main form and a query for the
subform with the criteria set to the main form's unique
id. Any suggestions, anyone?
 
Just a follow up of this the main form has a combo box
which allow the user to select the customer records to be
edited. When the pop up form closes it requeries the main
form as well to hopefully show any updates on it. Now
when it does this even though the combo box still shows
the customer does this get requeried as well?
 
Back
Top