I have seven tables I need to query at once and display the results requested. Each of the seven tables lists the unique ID and 25yrs of data (ie. certification or state of project)
I need a subform within the main form (which lists basics like address and contact info) to query the seven tables and pull in the data one year at a time, or better yet only list the fields that have data entered. Some have 1 or 2 years of info, a few others have 20+, most have 10-15.
I've found several quasi-solutions but nothing quite works and I'm desperately trying NOT to create 25 tables (one for each year) and create 25 buttons (one for each of 25 queries) which will populate the subform one at a time.
Any elegant solutions would be welcome...
I need a subform within the main form (which lists basics like address and contact info) to query the seven tables and pull in the data one year at a time, or better yet only list the fields that have data entered. Some have 1 or 2 years of info, a few others have 20+, most have 10-15.
I've found several quasi-solutions but nothing quite works and I'm desperately trying NOT to create 25 tables (one for each year) and create 25 buttons (one for each of 25 queries) which will populate the subform one at a time.
Any elegant solutions would be welcome...