Tab Control problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all
I have a form with Tab Control that has 4 tabs. In each tab I have one to two or three Sub forms. The navigation buttons control on the main form is set to yes. When I click on * for a new entry nothing happens. How do I bring it to have ALL TABS and their forms to go to a new Entry Record. I also like to have the switch board button that I have ( it opens the form) to do the same to go to a new record entry.

Thanks
 
Nadir said:
Hi all,
I have a form with Tab Control that has 4 tabs. In each tab I have one to
two or three Sub forms. The navigation buttons control on the main form is
set to yes. When I click on * for a new entry nothing happens. How do I
bring it to have ALL TABS and their forms to go to a new Entry Record. I
also like to have the switch board button that I have ( it opens the form)
to do the same to go to a new record entry.

If you have the MasterLink and ChildLink properties for the subform
controls set properly then the sub-forms will only display records that
have a relationship to the record in the parent form. If that is happening
then moving the parent to the new record position _will_ make all of the
sub-forms move to the new record position because there can't possibly be
sub-form records that are related to the NON-record currently displayed in
the parent. When a form that allows insertions has zero records to display
then it will display the new record position automatically.
 
Back
Top