Re: After Update question
- From: wongxiaoyu@xxxxxxxxx
- Date: 29 Mar 2006 02:36:52 -0800
ron you are right
Ron Weaver wrote:
Ok
Thanks
"Klatuu" wrote:
That is normal. The form does have to be open.
Look in VBA Help for the IsLoaded property. You can test for that before
you do the requery.
"Ron Weaver" wrote:
Klatuu
It only works if the other form is open. I would like to have a choice of
opening the other form. I get an error message when the other form is closed.
"Klatuu" wrote:
Forms!NameOfOtherForm!List20.Requery
"Ron Weaver" wrote:
The following code is in the After Update event in a listbox . It requeries a
second listbox on the same form. How would that code read if that second
listbox was on a different form?
Private Sub List18_AfterUpdate()
Me.List20.Requery
End Sub
.
- Prev by Date: Re: Help me Crack the Code
- Next by Date: Re: After Update question
- Previous by thread: Re: Error when trying to update excel workbook
- Next by thread: Re: After Update question
- Index(es):