Dropdown Values Not Populated When Record Retrieved

I have two forms. Form #1 lets user enter a search value to find a record. The record is retrieved and displayed along with a Button to Update that record. Clicking the button invokes second form with the data retrieved into the form. However, the dropdown values are not getting placed into the form. What do I need to do to fix this?

Thanks
JD

Form 1


Form 2

Problem Solved. I was running this in PREVIEW mode. Once I published it works as expected???