I have a table in my form that comprised of two text columns and a drop-down column. When a new row is added, I would like the drop-down column to be populated with a list of items from our database. I've created a stored procedure to get these items, but I can't get them to show up in the drop-down.
As a test, I added a separate list object to my form and I can populate it with the items returned from my stored procedure, so I know it works. I just can get the items into the drop-down column of my tabe object. What am I missing?
A screenshot showing the drop-down column properties and the connect properties of the Row is Added behavior can be found here: http://imgur.com/hHBA6.png
