Re: Form Requery Not Working
- From: "AkAlan via AccessMonster.com" <u18147@uwe>
- Date: Wed, 14 May 2008 23:25:54 GMT
try using refresh and not requery. This works for me.
If CurrentProject.AllForms("Frm_Main_Menu").IsLoaded Then Form_Frm_Main_Menu.
Refresh
Mrstacy wrote:
The following code does not requery main menu. Any help is
appreciated.
Private Sub Form_Close()
If Me.Dirty Then
Me.Dirty = False
If CurrentProject.AllForms("Frm_Main_Menu").IsLoaded Then
Forms![Frm_Main_Menu].Requery
End If
End If
End Sub
Access 2003
Windows XP SP3
--
Message posted via http://www.accessmonster.com
.
- Follow-Ups:
- Re: Form Requery Not Working
- From: Mrstacy
- Re: Form Requery Not Working
- References:
- Form Requery Not Working
- From: Mrstacy
- Form Requery Not Working
- Prev by Date: Re: Boolean variable not holding state
- Next by Date: Re: Boolean variable not holding state
- Previous by thread: Form Requery Not Working
- Next by thread: Re: Form Requery Not Working
- Index(es):
Relevant Pages
|