Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ListBox selection question

Status
Not open for further replies.

dwAccessUser32

Programmer
Jan 16, 2007
20
0
0
US
I have a listbox that gets its values from a lookup table, tluPersonType.

The list box is on a page for entering information on a person and is used to allow users to select the category(ies) for the person (e.g., salesman, manager, etc.)

After a record has been successfully entered I can view all of the information except the original listbox selection(s).

I would like to write some code that shows what the previous selections were.

The listbox inserts into a junction table:

tjxPersonPersonType
PersonPersonTypeID
PersonTypeID
PersonID

So, the values should come from this table and be related to the listbox somehow with PersonID (I think) although the listbox itself has a control source of PersonTypeID.

Does anyone have any idea on how to do this? Any help would be greatly appreciated.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top