Hi
I have a form with some fields and sub form something like outlook design. In the subform , when I click on a certain field, all data of the field apperas on the main form.
If I want to update the form I have a botton which popup another form with all the flelds.
when I save the popup form I would like to update the field on the main form.I tried to use
the fields are in the NaviationSubForm form
Anyone have an idea for me please?
I have a form with some fields and sub form something like outlook design. In the subform , when I click on a certain field, all data of the field apperas on the main form.
If I want to update the form I have a botton which popup another form with all the flelds.
when I save the popup form I would like to update the field on the main form.I tried to use
Code:
[forms]![main_menu]![NaviationSubForm].Requery
Anyone have an idea for me please?