Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

activate a form after a popup

Status
Not open for further replies.
Mar 27, 2002
168
NL
Access 2000
I have a form and want to requery it after updating an popup
form.
I'll try to use the Form_activate. The problem is: an popup is not sensible for activate and deactivate.
How can I handle this?

Tnx in advance,

gerard
 
After the code to close the pop up put something like

Forms!frmMain.requery
or
Forms!frmMain.rowsource=Forms!frmMain.rowsource

B ----------------------------------
Ben O'Hara
bo104@westyorkshire.police.uk
----------------------------------
 
It's working, tnx.
But... now I have to put the code in every popup form
So, better to put code in the mainform
It's a form --> subform --> subform situation
The last subform has to requery

Any suggestions?
 
Ahh subforms!
curse and blessing in equal measure! ----------------------------------
Ben O'Hara
bo104@westyorkshire.police.uk
----------------------------------
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top