Hello again. Still learning about forms. Any help is appreciated.
I've followed some YouTube videos on the subject and am trying to create a form with some search boxes and a list box. Without posting my code, I wonder if there is a simple answer to this question:
When I enter the values in the search boxes, the query returns a datasheet view to the screen with the correct records, but the listbox within the form is not updated until I close the form and reopen it, even though I am issuing a 'Requery' command in the 'After Update' event code for the search boxes. Is there a simple answer as to why the listbox is not being immediately updated?
Thanks.
I've followed some YouTube videos on the subject and am trying to create a form with some search boxes and a list box. Without posting my code, I wonder if there is a simple answer to this question:
When I enter the values in the search boxes, the query returns a datasheet view to the screen with the correct records, but the listbox within the form is not updated until I close the form and reopen it, even though I am issuing a 'Requery' command in the 'After Update' event code for the search boxes. Is there a simple answer as to why the listbox is not being immediately updated?
Thanks.