Completely new to live cycle. I've designed a form that I finally
successfully linked with a XML datasheet. I can easily incorporate the
texts fields that my sheet is generating. Now what I want to do is turn
one of those fields (PRODUCTS) in a dropdown so when the user selects a
product, all the other text fields are filled with that line of the
datasheet (DATE, PRICE, DESCRIPTION etc...). I have to work with xml
cause the database of the products is constantly updated on an excel
spreadsheet. ...