In Infopath 2007, linked to a Sharepoint 3.0 list, I am trying to create an order form using the SP as the "catalog" of items where a user can simply put in a quantity and submit their order (this if for internal use). I am scratching my head trying to make this work with a repeating table...
I can create the repeating table from the SP, but I can't add a Qty field to the repeating table that can be updated correctly by line (qty field from SP is not updateable, if I attempt to change the binding of the Qty field from the SP repeating table, I get the same value on all lines). When I try to create a repeating table and set the default values for each column to the values in the SP link, I get only the first value. When I create multiple default values, I get the first record for every default value I created for the group. I have added a record ID to SharePoint (sequential number), but I am not sure how to filter my data based on the position being equal to the record number...
We will be sending this information to an internal group to process the request (not submitting the data to SharePoint).