I have a small doctor’s office database, and on it I have a form called frmCHART that opens with the patient name and info, in the detail of that form I have a tab control with 4 tabs with other forms on them. I would like to change it a little and get rid of the tabs for command buttons that would open the other forms. I would like to open the new forms on the frmCHART or keep the form on top so you can see the patient info up so it can be seen or switch forms. The problem I’m having is that when the chart form opens I set focus to the sub form and loose the tab control where you have to scroll to get the tab and the form does not look correct. Thank you for any help you can give.