B
Bob Howard
Hi (Access 2003..),
I have an unbound listbox I use to get some info from a user (by merely
selecting a row). The listbox, and its contents show properly.
There's an "after update" event for this box where I gather and analysze
some info, such as the row number and the content of various columns.
So far so good.
I've recently added some code that sometimes issues a warning message (based
on circumstances). This is done as a msgbox with some verbage and which
simply contains an OK button.
The problem is that when the msgbox appears on the screen, the entire
contents of the listbox goes away --- and only re-appears after the OK
button is clicked (again, this is all in the after update event).
Is there amy magic I can apply so that the listbox contents remain visible
while the msgbox panel is on the screen??
Bob
I have an unbound listbox I use to get some info from a user (by merely
selecting a row). The listbox, and its contents show properly.
There's an "after update" event for this box where I gather and analysze
some info, such as the row number and the content of various columns.
So far so good.
I've recently added some code that sometimes issues a warning message (based
on circumstances). This is done as a msgbox with some verbage and which
simply contains an OK button.
The problem is that when the msgbox appears on the screen, the entire
contents of the listbox goes away --- and only re-appears after the OK
button is clicked (again, this is all in the after update event).
Is there amy magic I can apply so that the listbox contents remain visible
while the msgbox panel is on the screen??
Bob