C
Chuck
Hello,
I have a listbox control in a form. The listbox will returns a list of
records based on a query. Lets say that the first search returns 5 records.
If I double-click record 2 in the listbox, it will open another form an go
to that record. Now I do another search but this time the list box returns
zero records. I can still click the control and it will still open the
other form to the previous searches value. I added msgbox me!MyList.value
to the control's OnDoubleClick event and it does in fact output the previous
search's value.
Why is that?
Thanks
I have a listbox control in a form. The listbox will returns a list of
records based on a query. Lets say that the first search returns 5 records.
If I double-click record 2 in the listbox, it will open another form an go
to that record. Now I do another search but this time the list box returns
zero records. I can still click the control and it will still open the
other form to the previous searches value. I added msgbox me!MyList.value
to the control's OnDoubleClick event and it does in fact output the previous
search's value.
Why is that?
Thanks