Can someone please help me.
What I am trying to do should be very simple but I can't figure it out.
I have a parent child form (Orders and Order Lines). I have 2 table adapters.
The Order details are in the first and the order lines are in the 2nd. When I save, I need to save a value from the order header into the lines. The order lines table adapter only lists text boxes that are bound to the order lines table adapter so I can't figure out how to pass in the value I need.
How could I do this?
Visual studio setup all the table adapters and binding sources etc...
What I am trying to do should be very simple but I can't figure it out.
I have a parent child form (Orders and Order Lines). I have 2 table adapters.
The Order details are in the first and the order lines are in the 2nd. When I save, I need to save a value from the order header into the lines. The order lines table adapter only lists text boxes that are bound to the order lines table adapter so I can't figure out how to pass in the value I need.
How could I do this?
Visual studio setup all the table adapters and binding sources etc...