Hopefully this is in the right forum - the issue is pretty equally queries and forms...
I have a table set up as follows: POLICY, DIVISION, PROCEDURE, FREQUENCY, ISSUE. There can be multiple divisions with multiple procedures for the same policy but only one frequency and issue per procedure. What I want to do is to select a policy and division and show only 3 specific procedures from this table on one form.
I'm not sure how best to go about this. I am kind of thinking that maybe I could try 3 queries and use sub-forms to display the results but I'm not sure if that is all that efficient (this is a LARGE table, 9.5 million records).
Hopefully I've given sufficient background information. Any help is much appreciated!
I have a table set up as follows: POLICY, DIVISION, PROCEDURE, FREQUENCY, ISSUE. There can be multiple divisions with multiple procedures for the same policy but only one frequency and issue per procedure. What I want to do is to select a policy and division and show only 3 specific procedures from this table on one form.
I'm not sure how best to go about this. I am kind of thinking that maybe I could try 3 queries and use sub-forms to display the results but I'm not sure if that is all that efficient (this is a LARGE table, 9.5 million records).
Hopefully I've given sufficient background information. Any help is much appreciated!