Adding records to tables

Hello, i have two tables: position (pos_id, pos_name) and employee(emp_id, name, pos_id), and i wanna make a form which adds new employees with fields: Name, Position. And position is drop-down list, i have linked position.pos_id and employee.pos_id in update cascade, and it works. how i can do it in PHPMaker?Thnx

You may see “Tutorial - Dynamic Selection List” in the help file.