JohnHarkins
MIS
Am I correct that if I have a main table that has sparse data, one technique to handle the situation is to break up the table into base and optional data and set the relationship to one-to-one. This assumes that the "-to-one" portion is optional. Correct?
For example, I track voting information and maintain the most current information in the first set of fields and prior information in the second set of fields. (Not every voter has "prior" data.) I would then specify that the second set of fields (in table #2) has an "optional" relationship to the first set of fields (in table #1). That way, for most queries, forms and reports I would specify only table #1. John Harkins
For example, I track voting information and maintain the most current information in the first set of fields and prior information in the second set of fields. (Not every voter has "prior" data.) I would then specify that the second set of fields (in table #2) has an "optional" relationship to the first set of fields (in table #1). That way, for most queries, forms and reports I would specify only table #1. John Harkins