G
Guest
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
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