Hi All.
I have been programming in Access for a while, but still spending much of my time hitting brick walls, and using clumsy workarounds ..
Recently I have changed the ListBox that my whole app is built around, from MultiSelect : None to Extended ... and bug by bug I have then had to fix the knock on effects of this throughout.
My current problem is that the line ...
Forms!ChooseCall.ChooseCallList = vGotoCallNo
... used to highlight and Go To the Row in the Listbox where the value in the bound column corresponds to the variable - but since becoming multiselect it no longer does.
I don't want to loop through all the rows with a FOR EACH, or FOR .. NEXT.
I'm sure there is a simple equivalent to the line above ... but I have yet to get it working.
Any advice gratefully received,
Y.
I have been programming in Access for a while, but still spending much of my time hitting brick walls, and using clumsy workarounds ..
Recently I have changed the ListBox that my whole app is built around, from MultiSelect : None to Extended ... and bug by bug I have then had to fix the knock on effects of this throughout.
My current problem is that the line ...
Forms!ChooseCall.ChooseCallList = vGotoCallNo
... used to highlight and Go To the Row in the Listbox where the value in the bound column corresponds to the variable - but since becoming multiselect it no longer does.
I don't want to loop through all the rows with a FOR EACH, or FOR .. NEXT.
I'm sure there is a simple equivalent to the line above ... but I have yet to get it working.
Any advice gratefully received,
Y.