P
Phil
Here is what I am trying to do. Looking for suggestions.
We have a customer table, which includes territory, sales rep, and
customer type. This table is in bad shape due to lack af management.
Generally, a territory would have a couple of reps, and a couple of
customer types, but there are enough exceptions to that rule that there
is no way to really to automate the process. In order to create a tool
to make auditing this easier, I created a query which list all of the
unique combinations of these fields, and count the number of records
each has. This allows a fast scan to see that most of them are
correct, and which ones are likely to be wrong.
Now, I want to create a form based on that query, which will allow
someone to stroll though the summary, and on a subform, see record level
details of all items that match the summary record. All of this is
good, except for one thing.
My real life scenarios has 7 fields to match on, not three, but three is
the limit when I add the subform to the form. Any way around this?
Phil
We have a customer table, which includes territory, sales rep, and
customer type. This table is in bad shape due to lack af management.
Generally, a territory would have a couple of reps, and a couple of
customer types, but there are enough exceptions to that rule that there
is no way to really to automate the process. In order to create a tool
to make auditing this easier, I created a query which list all of the
unique combinations of these fields, and count the number of records
each has. This allows a fast scan to see that most of them are
correct, and which ones are likely to be wrong.
Now, I want to create a form based on that query, which will allow
someone to stroll though the summary, and on a subform, see record level
details of all items that match the summary record. All of this is
good, except for one thing.
My real life scenarios has 7 fields to match on, not three, but three is
the limit when I add the subform to the form. Any way around this?
Phil