• Based on the form and assuming the Employee and Department are generated from a database table I would change the drop downs to include the id's and pass the return values to the proc

    <select name="ename">

    <option value="1">simflex</option>

    <option value="2">janny</option>

    <option value="3">mat</option>

    <option value="4">ryan</option>

    </select>

    <select name="Driverdept">

    <option value="1">Administration</option>

    <option value="2">Safety</option>

    <option value="3">Transportation Svcs</option>

    <option value="4">Water Services</option>

    <option value="5">Pruchasing</option>

    </select>

    Far away is close at hand in the images of elsewhere.
    Anon.