bodylojohn
Registered User.
- Local time
- Today, 02:20
- Joined
- Dec 28, 2005
- Messages
- 205
I have a form (form1) on wich resides a subform (subform1).
When I open a completely different form (form2) while the above mentioned forms are still open I add a record and then I close form2.
Subform1 is a continious form wich should requery so the added record shows.
I tried and tried and searched and searched but without results.
I read bob larsons manuel about subforms.
I also tried this:
BTW... when I delete a record when i am on form2 it inmidiately disappearce from subform2.
What am i doing wrong?
When I open a completely different form (form2) while the above mentioned forms are still open I add a record and then I close form2.
Subform1 is a continious form wich should requery so the added record shows.
I tried and tried and searched and searched but without results.
I read bob larsons manuel about subforms.
I also tried this:
Code:
Forms!frmITEM_SUBFORM_OVERZICHT!frmITEM_SUBFORM_OVERZICHT_RESULTAAT.Form.Requery
BTW... when I delete a record when i am on form2 it inmidiately disappearce from subform2.
What am i doing wrong?