Drop-down List Box Displaying Multiple Fields

M

Margo

I am attempting to design a purchase order that will allow the user to use a
drop-down list to choose the vendorname, address, and phone numbers. The
data I am connecting to is an Access database (consisting of one table).
Each vendor's information is included in one row. Is there some way to
choose the information desired by just clicking on the vendor name? I saw
some information at www.infopathdev.com that recommended manually editing the
..xsl file using an XPath concat() function. I tried that, and it didn't work
for me. I'm not sure if it's because I didn't have text boxes set up to
accept the information or what. Thank you for any suggestions you may have.
 
Top