R
RobUCSD
I have a listbox that displays the date, type of visit, and procedure name on
a form. the user clicks thru the list to load the entire visit info into the
visit form (which is the form that the listbox resides on.) the problem is
that after a new visit is added and the listbox updates, the newly listed
item does not have the focus in the listbox, the previously chosen visit has.
the visit form shows the new visit info, but the listbox has a different
record highlighted.
How can I set the focus on the new record in the listbox once the new record
is added?
Thanks for your help. Happy Hollidays to all.
RobUCSD
a form. the user clicks thru the list to load the entire visit info into the
visit form (which is the form that the listbox resides on.) the problem is
that after a new visit is added and the listbox updates, the newly listed
item does not have the focus in the listbox, the previously chosen visit has.
the visit form shows the new visit info, but the listbox has a different
record highlighted.
How can I set the focus on the new record in the listbox once the new record
is added?
Thanks for your help. Happy Hollidays to all.
RobUCSD