I have a listbox linking to a certain query.
I would like it to refresh after I add some information in my databse without having to close the forms or something like that
I tried something like that
Private Sub Form_AfterInsert()
Me.lst3.Requery
End Sub
but it doesn't work can someone help me please?
thanks you
I would like it to refresh after I add some information in my databse without having to close the forms or something like that
I tried something like that
Private Sub Form_AfterInsert()
Me.lst3.Requery
End Sub
but it doesn't work can someone help me please?
thanks you