spiralmind
Technical User
I have a small popup dialog for removing items from a list that is opened by clicking on a "Remove Items" button on the main form. The popup then displays a list of items that can be removed, from which the user can select one and click on a button to remove it. This popup works perfectly, but the main form contains lists of the same objects (these lists are for a different, more frequently performed task) which do not update when they are removed. I would like to requery these list every time an item is removed (attaching the code to the popup's "remove" button}, or at least when the popup is closed (attaching the code to the popup's "exit" button, but I can't seem to find a way to reference the listboxes (which reside on a subform within another form which doesn't have the focus) within my code.
- All suggestions wecome.
- All suggestions wecome.