100 Premium... Client needs to print each model number on the SO invoice. the model numbers are sent by nightly by the vendor for the previous days shipments. I need to import the model numbers for each line on an invoice. My thought was to create a UDT, the key being the SO invoice number plus the line key. Once the table is populated how do I display the model numbers on the invoice? If an item has a qty shipped of 5, there would be 5 records in the table, so 5 model numbers would need to be displayed. i have created a UDF, validated the UDT, and added the UDF to the SO detail. This seems to be a dead end as I can only select one model number per line. Any good ideas?