I have multiple forms. They need to be seperate.
- The first form asks the user to eneter an order number in a combo box and populates relevant info on the form from the table. On this form user is just selecting an order number to look at.
- The user then presses a button that closes the first form, and opens the second form.
What I am struggling with -
When I open the second form I want it to open the same record that was open in the previous form.
I am not a pro with VBA .. but can decode some basic stuff.
I tried using OpenArgs to pass the order number as a string.I am able to do that, but not able to populate relevant info on the second form. The second form displays the first record and actually changes the order number on this first record to the order number that was passed from the previous form.
I sincerely thank you all in advance.. This forum has helped me a lot ..
- The first form asks the user to eneter an order number in a combo box and populates relevant info on the form from the table. On this form user is just selecting an order number to look at.
- The user then presses a button that closes the first form, and opens the second form.
What I am struggling with -
When I open the second form I want it to open the same record that was open in the previous form.
I am not a pro with VBA .. but can decode some basic stuff.
I tried using OpenArgs to pass the order number as a string.I am able to do that, but not able to populate relevant info on the second form. The second form displays the first record and actually changes the order number on this first record to the order number that was passed from the previous form.
I sincerely thank you all in advance.. This forum has helped me a lot ..