cursor in listbox

  • Thread starter Thread starter JohnCharles F.C.
  • Start date Start date
J

JohnCharles F.C.

Hallo everybody,
I have the problem to re-positioning cursor in the same row of listbox1 (in
the form1) that invoke opening of form2, after close it.
Now, when I return to form1, the cursor positioned randomly.
It's someone helps me?
Thanks in advance.
 
You could try saving the key from the listbox in a form level variable, the
requery the list box using the stored value.
 
Back
Top