R
RedRider
I’m creating a database application for billing clients. The Main
form has the Client information, customer #, address, etc. The
subform, with a one to many relationship, is the monthly billing
details. This application creates many different types of invoices
from many different fields. The problem is I can’t fit all the
different fields on one form so I’ve created a Tab Control that fits
on one subform. There are about 100 fields total on this subform but,
for example, Invoice # 1 only uses 15 of these fields (tab 1) and
Invoice # 2 (tab 2) uses 5 common fields (used on all invoices) and 10
different fields than Invoice # 1. This goes on and on like this and
like I said only 5 fields are common. So when I create Invoice # 1
only 15 fields are used out of the 100. All the other 25 invoices are
the same only using a few common fields. There are lots of blank
fields in each reacord.
My question is would it be better to create 25 separate subforms (a
different subform on each tab), with 25 different tables to hold the
data or keep doing what I'm doing and create one large subform (100
fields, maybe more later)? I will also have to create many queries to
create reports that span all subform data. I thought I could simplify
building queries by having one large subform but maybe not.
Any suggestions? Any help would be appreciated.
form has the Client information, customer #, address, etc. The
subform, with a one to many relationship, is the monthly billing
details. This application creates many different types of invoices
from many different fields. The problem is I can’t fit all the
different fields on one form so I’ve created a Tab Control that fits
on one subform. There are about 100 fields total on this subform but,
for example, Invoice # 1 only uses 15 of these fields (tab 1) and
Invoice # 2 (tab 2) uses 5 common fields (used on all invoices) and 10
different fields than Invoice # 1. This goes on and on like this and
like I said only 5 fields are common. So when I create Invoice # 1
only 15 fields are used out of the 100. All the other 25 invoices are
the same only using a few common fields. There are lots of blank
fields in each reacord.
My question is would it be better to create 25 separate subforms (a
different subform on each tab), with 25 different tables to hold the
data or keep doing what I'm doing and create one large subform (100
fields, maybe more later)? I will also have to create many queries to
create reports that span all subform data. I thought I could simplify
building queries by having one large subform but maybe not.
Any suggestions? Any help would be appreciated.