I am attempting to use LiveCycle to create an Order Form that uses an
ODBC to a SQL database. When a user makes a selection, a separate column
in the table references the "Item #" associated in the SQL table, and
generates a corresponding barcode.My problem is that when I select an
Item from the drop down list, all the items in the table change. What am
I missing here to separate the rows as different line items? I tried
adding a [*] to the end of the connection string, and that allows me to
sel...