Can I requery a listbox from another form?

D

David

Is it possible to requery a listbox on a form that is open
but is not the current form? If so, what would be the
syntax?
 
S

Steve Schapel

David,

[Forms]![NameOfForm]![NameOfListbox].Requery

- Steve Schapel, Microsoft Access MVP
 
Top