My form has a number of tabbed pages. When I change from one page to another with the click of a tab I would like to execute an event to fill a text box with a value from the current record field. I have the code to fill the text box and currently do it from a cmd button on that new page but would like to do it automatically when the tab control changes to that page. I am sure it is simple, but I haven’t figured out where the event property of a particular tab page is located. Thanks