C
cory00
I have a parent form and a child form. The child form is filtered to
show only records related to the current record shown on the parent
form.
If I have both forms open, and enter a new record in the parent form,
then click on the child form, the child form does not update with the
foreign key from the parent form, since the data in the parent form is
not saved yet.
I am trying to use the on deactivate event in the parent form to save
the data, and filter the child form. However, when I enter the data in
the parent form, then click on the child form, the on deactivate event
does not fire(the activate event of the child form does not fire
either). If I click back to the parent form, then click the child form
again, then the on deactivate event will fire. I am using access 2003.
Does anyone know how to work around this?
thanks
show only records related to the current record shown on the parent
form.
If I have both forms open, and enter a new record in the parent form,
then click on the child form, the child form does not update with the
foreign key from the parent form, since the data in the parent form is
not saved yet.
I am trying to use the on deactivate event in the parent form to save
the data, and filter the child form. However, when I enter the data in
the parent form, then click on the child form, the on deactivate event
does not fire(the activate event of the child form does not fire
either). If I click back to the parent form, then click the child form
again, then the on deactivate event will fire. I am using access 2003.
Does anyone know how to work around this?
thanks