I am attempting to make a dynamic form based upon a SQL 2008R2 database
table. I need to have a data drop down list that populates from the
database, and then when that list item is chosen, populate the remainder
of the document fields from the database based upon that selection from
the drop down list. I understand the drop down has to be bound to the
data connection, but I am having trouble getting the list items to act
like the documentation says they should. Here's what I have done thus
far:...