J
Jim Bunton
Access 97
Have a list box
Can find which row I'm on with
ListboxName.ListIndex
Now
?? How can I get back there, i.e. move to s specified row ??
ListboxName.ListIndex = aNumber
gives error - 7777 you've used the ListIndex property incorrectly
I guess it's read only!
Have a list box
Can find which row I'm on with
ListboxName.ListIndex
Now
?? How can I get back there, i.e. move to s specified row ??
ListboxName.ListIndex = aNumber
gives error - 7777 you've used the ListIndex property incorrectly
I guess it's read only!