A
Ayo
I have a form with a lot of controls on it. I have 9 tables that I need
to use as the control source for this form. On the form I have a Tab control
with 4 Pages and each page contains about 200 textboxes and labels. The
parent form also contains about 100 textboxes, labels and commad buttons.
The controlas on the main form are all bounded to 1 of the nine tables.
The other eight tables have data that needs to go on the TabCtrl Pages. Each
of the other table is about 80 coulmns long.
I tried to create a query so that I can use it as the Record Source of
the form but I am get a "Too many fields defined" error. Is there another way
to do this without put all the fields into one query and still be able to
bound the form controls to their respective tables.
to use as the control source for this form. On the form I have a Tab control
with 4 Pages and each page contains about 200 textboxes and labels. The
parent form also contains about 100 textboxes, labels and commad buttons.
The controlas on the main form are all bounded to 1 of the nine tables.
The other eight tables have data that needs to go on the TabCtrl Pages. Each
of the other table is about 80 coulmns long.
I tried to create a query so that I can use it as the Record Source of
the form but I am get a "Too many fields defined" error. Is there another way
to do this without put all the fields into one query and still be able to
bound the form controls to their respective tables.