Hi. I have a listbox which is Extended Multiselect. I have code that run based on the click of a command button, the code run through all itemselected.
However, when the command button is clicked the number of itemselected.count is one more that that selected.
I have simplified the code, to just one line which still reports the wrong result.
MsgBox (Me!Stk_Pals.ItemsSelected.Count)
Anyone come accross this problem before? I certainly have not. This problem has just started happending the code has been running fine until recently.
Any ideas, would be greatly appreciated.
Access 2007
Thanks.
However, when the command button is clicked the number of itemselected.count is one more that that selected.
I have simplified the code, to just one line which still reports the wrong result.
MsgBox (Me!Stk_Pals.ItemsSelected.Count)
Anyone come accross this problem before? I certainly have not. This problem has just started happending the code has been running fine until recently.
Any ideas, would be greatly appreciated.
Access 2007
Thanks.
Last edited: