G
Guest
I need some creative help. I am building a form for tracking job
information. This form will track the items that are needed for each phase,
the cost of each item, the quantity of that item, and the total amount spent
on that item (cost * qty = total). I have 3 phases. Each phase is broken
down into the type of material used to create the items for that phase. For
example, phase 1 has the categories, PVC, Copper, and Misc, thus I have
tables Phase1_PVC, Phase1_Copper, Phase1_Misc.
Normally I would just create one large query and create a form with tabs for
each phase to handle the data entry. However, my problem is that there are
too many fields on to combine even 2 tables into one query. Why? Well, all
of the tables are built the same, and each one has room for 30 items and each
item requires 4 fields for the necessary data, thus I have 120 fields per
table.
So, what I want to do is to create a large form that has tabs and sub tabs.
That way I would have a tab for Phase1 and on that tab I would have subtabs
for each category. All of the tabs should tie in to the job code that is on
the main form above the main tabs. I have tried using subforms to handle the
sub tabs, but it dosen't seem to work. Anyone have any creative ideas for me?
Thanks in advance.
information. This form will track the items that are needed for each phase,
the cost of each item, the quantity of that item, and the total amount spent
on that item (cost * qty = total). I have 3 phases. Each phase is broken
down into the type of material used to create the items for that phase. For
example, phase 1 has the categories, PVC, Copper, and Misc, thus I have
tables Phase1_PVC, Phase1_Copper, Phase1_Misc.
Normally I would just create one large query and create a form with tabs for
each phase to handle the data entry. However, my problem is that there are
too many fields on to combine even 2 tables into one query. Why? Well, all
of the tables are built the same, and each one has room for 30 items and each
item requires 4 fields for the necessary data, thus I have 120 fields per
table.
So, what I want to do is to create a large form that has tabs and sub tabs.
That way I would have a tab for Phase1 and on that tab I would have subtabs
for each category. All of the tabs should tie in to the job code that is on
the main form above the main tabs. I have tried using subforms to handle the
sub tabs, but it dosen't seem to work. Anyone have any creative ideas for me?
Thanks in advance.