Requery a Listbox

ddrew

seasoned user
Local time
Today, 08:07
Joined
Jan 26, 2003
Messages
911
I'm trying to requery a listbox, im using:

Private Sub Artist_AfterUpdate()
Me.List4.Requery
End Sub

Trouble is nothing is happening, any ideas?

I seem to recall that there should be another line of code under requery, but I cant for the life of me remember what it is!
 
Last edited:
Just creates an error. I know there is a line of code, I belive it is a DoCmd!
 

Users who are viewing this thread

Back
Top Bottom