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!
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: