G
Guest
I've got a listbox that uses a query to get a list of ID#'s, Names, and
Positions from a table; then displays it, with th stored value property set
to the ID#. Now what I would like to do is have a series of text boxes in the
form (that start out blank) be populated when a user clicks on one of the
items in the listbox. The information would come off the original table,
based on the ID# (stored value from the listbox).
My goal is to make an easy way for someone to select a specific user to view
the details of, make changes as needed. Or have a button to allow the user to
clear the fields, enter a new employee, and then save that new entry into the
table. If I can figure out how to pull the information off the table and into
the text boxes, based on the selection from the list box, I think I can
manage to work out the rest.
Thanks in advance for any help offered.
Positions from a table; then displays it, with th stored value property set
to the ID#. Now what I would like to do is have a series of text boxes in the
form (that start out blank) be populated when a user clicks on one of the
items in the listbox. The information would come off the original table,
based on the ID# (stored value from the listbox).
My goal is to make an easy way for someone to select a specific user to view
the details of, make changes as needed. Or have a button to allow the user to
clear the fields, enter a new employee, and then save that new entry into the
table. If I can figure out how to pull the information off the table and into
the text boxes, based on the selection from the list box, I think I can
manage to work out the rest.
Thanks in advance for any help offered.