Re: Can't get subform on tab control to requery
- From: "Pachydermitis" <praesagus@xxxxxxxxx>
- Date: 14 Dec 2005 11:54:13 -0800
Gillian,
I think you are 99% of the way there.
In your main form both subforms have are controls and have names. Lets
call them sfLive and sfDead for this.
On after update event for the live form try
me.requery
me.parent.sfDead.form.requery
Now remember that after_update only happens when you leave the record
you are editing. In order to facilitate this easily you can add a save
button for the user that has the code 'docmd.runcommand
accmdsaverecord'
HTH
.
- References:
- Can't get subform on tab control to requery
- From: Gilz
- Can't get subform on tab control to requery
- Prev by Date: Re: Arrays in Access.
- Next by Date: Re: The data has been changed. Another user edited this record and saved the changes before you attempted to save your changes. Re-edit the record
- Previous by thread: Re: Can't get subform on tab control to requery
- Next by thread: Arrays in Access.
- Index(es):
Relevant Pages
|