G
Guest
I have a form that uses a ListBox to allow the user to navigate to a record they can then edit. Editing one of the fields changes the value of one of the fields in the ListBox's RowSource. How do I get the ListBox to reflect this change immediately
Private Sub field1_AfterUpdate() 'field that is also in the RowSource for the Listbo
lstListbox.Requer
End Su
doesn't work
Thanks
Pa
Private Sub field1_AfterUpdate() 'field that is also in the RowSource for the Listbo
lstListbox.Requer
End Su
doesn't work
Thanks
Pa