I
IAIN Mac
I want my listbox to highlight a given row based either on
the value I want it to have or else on the first row after
a requery to change the list.
I tried assigning it a value, but that didnt work, and I
tried setting listindex value by following the help
instructions:
Forms(formname).Controls(controlname).ListIndex = index
I immediately got an eror telling me I was not using the
listindex property correctly.
I even tried substituting the integer value for the
controlname, checking I had it right by watching the
controlname property....#
Any suggestions as to what i can do?
Its a really basic expectation and access (again!) makes
it hard!
Sigh!
Help?
the value I want it to have or else on the first row after
a requery to change the list.
I tried assigning it a value, but that didnt work, and I
tried setting listindex value by following the help
instructions:
Forms(formname).Controls(controlname).ListIndex = index
I immediately got an eror telling me I was not using the
listindex property correctly.
I even tried substituting the integer value for the
controlname, checking I had it right by watching the
controlname property....#
Any suggestions as to what i can do?
Its a really basic expectation and access (again!) makes
it hard!
Sigh!
Help?