A
Art
Same project as before:
I have a repeating table of items to order that is bound to a database.
Then I have a section named shipping information (ship to name, address, etc).
When an order is placed for multiple items (e.g., multiple rows inserted),
the shipping info binds to the first row only. In other words, in the
database, if they order pens and staples, the shipping info is with the pen
order but the staples record has nulls for the shipping information.
Is there a way to bind non-repeating data to a repeating table?
I have a repeating table of items to order that is bound to a database.
Then I have a section named shipping information (ship to name, address, etc).
When an order is placed for multiple items (e.g., multiple rows inserted),
the shipping info binds to the first row only. In other words, in the
database, if they order pens and staples, the shipping info is with the pen
order but the staples record has nulls for the shipping information.
Is there a way to bind non-repeating data to a repeating table?