jfgambit
Kinetic Card Dealer
- Local time
- Today, 21:54
- Joined
- Jul 18, 2002
- Messages
- 798
I have a current form with a Tab Control Containing 3 Pages:
Page 1: User enters Customer Number and gets all information Customer
Page 2: A subform on this page pulls all order numbers and limited order information for the customer (based on data entered on Page 1) in a continuous form view with Record Selectors.
Page 3: A subform with the complete order detail information based on the record selector hightlighted on Page 2.
Question: How do I get the information to show up on Page 3 based on the record selector highlighted on Page 2.
I know it should go on the GotFocus Event for Page 3, but I am a little confused as to the code, due tothe fact that Page 2 is a subform. Would it require adding an invisible textbox to Page 2 and sending the current record ID from the subform to it?
Any help is appreciated.

Page 1: User enters Customer Number and gets all information Customer
Page 2: A subform on this page pulls all order numbers and limited order information for the customer (based on data entered on Page 1) in a continuous form view with Record Selectors.
Page 3: A subform with the complete order detail information based on the record selector hightlighted on Page 2.
Question: How do I get the information to show up on Page 3 based on the record selector highlighted on Page 2.
I know it should go on the GotFocus Event for Page 3, but I am a little confused as to the code, due tothe fact that Page 2 is a subform. Would it require adding an invisible textbox to Page 2 and sending the current record ID from the subform to it?
Any help is appreciated.