jamespeyton
IS-IT--Management
I have a Table called NameList that contains first and last name for all my employees. I have another table called Info that will have info about all the software each employeee has installed. I want drop down menus for last name that shows all possible last names (got it working fine) and a drop down menu for first name. The problem is that I only want to show the first names that correspond to certain last names in my name list table.
For Example:
Table:NameList
LastName FirstName
Doe John
Doe Jane
Lavil Mary
What I want is that when someone chooses the last name Doe from the drop down menu in the Info table, the drop down menu for first name should only display John and Jane, not Mary.
Thanks
-Jim
For Example:
Table:NameList
LastName FirstName
Doe John
Doe Jane
Lavil Mary
What I want is that when someone chooses the last name Doe from the drop down menu in the Info table, the drop down menu for first name should only display John and Jane, not Mary.
Thanks
-Jim