S
Smonczka
I have created an employee information form that allows HR to input
information about a new employee or look up information on existing
employees. The data is bound to a SQL back end. At the top of the
form I have two dropdown list boxes. These are linked to the First
Name and Last Name columns in my tables. So to look up an employee's
information you just pull the First Name and then the Last Name from
the dropdown list and hit Query.
What I would like to do is link the data in the dropdown lists so the
first name is linked to the last name. So if you look up the first
name from dropdown list one, say Bob, then the information listed in
dropdown list two (Last Name) would only be for those employees first
name is Bob. At the moment the way I have it set up it returns a value
of All Employees last names.
Is this at all possible?
Thanks,
Steve Monczka
(e-mail address removed)
information about a new employee or look up information on existing
employees. The data is bound to a SQL back end. At the top of the
form I have two dropdown list boxes. These are linked to the First
Name and Last Name columns in my tables. So to look up an employee's
information you just pull the First Name and then the Last Name from
the dropdown list and hit Query.
What I would like to do is link the data in the dropdown lists so the
first name is linked to the last name. So if you look up the first
name from dropdown list one, say Bob, then the information listed in
dropdown list two (Last Name) would only be for those employees first
name is Bob. At the moment the way I have it set up it returns a value
of All Employees last names.
Is this at all possible?
Thanks,
Steve Monczka
(e-mail address removed)