I beleive I have an idea on how to do this, but I want to get some valued opinions first-
I want to generate a report based on a speciic value that the user is prompted for, then have an underlying query pull all the records that match that value and generate the desired report. Should I create a macro that simply prompts a user for the appropriate value, then generates a query on that entry? Or is there another way to do this?
Example:
User is looking for all customers that have bought property within a specific community. These communities are listed in a separate table for lookup purposes. I want the report to show me all property purchased in "XYZ" community (and all the assoiciated fields that the query pulls).
Does this make sense?
I want to generate a report based on a speciic value that the user is prompted for, then have an underlying query pull all the records that match that value and generate the desired report. Should I create a macro that simply prompts a user for the appropriate value, then generates a query on that entry? Or is there another way to do this?
Example:
User is looking for all customers that have bought property within a specific community. These communities are listed in a separate table for lookup purposes. I want the report to show me all property purchased in "XYZ" community (and all the assoiciated fields that the query pulls).
Does this make sense?