I have a request to build a search from in MS Access (it will contain a few drop down boxes for the users to choose from and then a button to click to run the search and show the results).
The results will contain two sub tables of information, so that there can be many results in the sub tables for each main table found result. So a list box is out of the question, or it will print the same Person more than once. (example below):
John A Doe | Expert | Alabama
John A Doe | Expert | Mississippi
So a subform with a subform would show the information better (example):
John A Doe | Expert | Alabama Mississippi
The problem is this information is supposed to be displayed on the same form as the search form (the results will show up on a hidden subform at the bottom of the form). When I try to use Requery and Refresh, the sub form still does not update correctly. I am not sure how to get the data on the subform to refresh for each search.
If anyone has any ideas, I would be glad to hear them.
Thank you,
T.J.
The results will contain two sub tables of information, so that there can be many results in the sub tables for each main table found result. So a list box is out of the question, or it will print the same Person more than once. (example below):
John A Doe | Expert | Alabama
John A Doe | Expert | Mississippi
So a subform with a subform would show the information better (example):
John A Doe | Expert | Alabama Mississippi
The problem is this information is supposed to be displayed on the same form as the search form (the results will show up on a hidden subform at the bottom of the form). When I try to use Requery and Refresh, the sub form still does not update correctly. I am not sure how to get the data on the subform to refresh for each search.
If anyone has any ideas, I would be glad to hear them.
Thank you,
T.J.