CutAndPaste
Registered User.
- Local time
- Today, 00:53
- Joined
- Jul 16, 2001
- Messages
- 60
I've got a sub form which allows users to select a customer from a combo and add a visit date in another field. For space reasons I want to show the Customer's details on the parent form when one of the existing or new customers is selected.
I want this to happen when any part of the row is selected, e.g. when the customer is first selected or later when the cursor is in either the Customer combo or the date filed or when this row is active.
Which Event's do I need to have the code attached to to ensure that however the user moves around the sub-form the customer details on the main form are always updated?
thanks
Simon
I want this to happen when any part of the row is selected, e.g. when the customer is first selected or later when the cursor is in either the Customer combo or the date filed or when this row is active.
Which Event's do I need to have the code attached to to ensure that however the user moves around the sub-form the customer details on the main form are always updated?
thanks
Simon