I have a table with
employeeid
employeename
positionid
then I have another table
Positionid
positionDescription
How can I select the emplyee's name and have it file in the description of the position?
so I select john doe from the drop down list and it enters the positiondescription automatically.
I think I need to change my tables but i am not sure.
I would need drop down that does two things
puts the employeeid in field
puts the positionid in field
Thanks,
Tina
employeeid
employeename
positionid
then I have another table
Positionid
positionDescription
How can I select the emplyee's name and have it file in the description of the position?
so I select john doe from the drop down list and it enters the positiondescription automatically.
I think I need to change my tables but i am not sure.
I would need drop down that does two things
puts the employeeid in field
puts the positionid in field
Thanks,
Tina