I have a form frmTitles that is all crammed into one page on a form. I decided to use tab controls to make the form more user friendly.
I created a new form frmTitle2. I then put the tab control on the form and created two pages Music Title Information (Page 1) and Song Information (Page 2).
I the proceeded to copy all of the controls from frmTitles onto page 1 of frmTitles2 and then the subform subfrmSongs onto page 2 of the tab control.
My problem is that when I open frmTitles2 there is no data. I have compared the Property Sheet for frmTitles and frmTitles2 and they are both the same. All of the event procedures are there but there is no data.
Did you check the form's data source ?