I am creating a simple two form data access application. The first form
displays my main table that shows orders in an orders table. I have a command
button that opens a second form that show a related table that contains all
of the order details. I know there is a simple code that I can put in the
form load that will link the order detail form to the orders form based on
the orderid.
Any help is greatly appreciated.
Thank you,
ericzaj
If I misunderstand you, i apologize - from what I'm reading, I would overload
the constructor on your 2nd window to take in a(n) String/Integer parameter
from your first window, which you would give the value of "orderid", making
it available in your second window
> I am creating a simple two form data access application. The first form
> displays my main table that shows orders in an orders table. I have a command
[quoted text clipped - 5 lines]
> Thank you,
> ericzaj