H
HanSolo
BACKGROUND
I have a form where users filter incomplete records in the form via a
listbox. I'd like to create a command button that the user would press
after completing a record. This command button would refresh the
contents of the listbox to only show incomplete records (I've already
accomplished this, as such am not going to go into criteria details),
and then....
MEAT OF MY QUESTION
.....move to the next row in the listbox (this is where I'm having my
problem). Once the next row in the listbox is highlighted, I'm
assuming that my form would be filtered just as if I had manually
clicked the next row in the listbox.
I have a form where users filter incomplete records in the form via a
listbox. I'd like to create a command button that the user would press
after completing a record. This command button would refresh the
contents of the listbox to only show incomplete records (I've already
accomplished this, as such am not going to go into criteria details),
and then....
MEAT OF MY QUESTION
.....move to the next row in the listbox (this is where I'm having my
problem). Once the next row in the listbox is highlighted, I'm
assuming that my form would be filtered just as if I had manually
clicked the next row in the listbox.