What i have:
- I ahve a select query that displays ALL [names] their [values] and the [date] when it was recorded. Several [names] have multiple records and thus multiple [values]
- I have a report based off this query. the report takes this data and graphs it.
- as the database grows in records [names] the graph becomes crowded.
- I would like to have a form for the user where they select from a dropdown list which record [names] they want to graph.
- this will cause the query to only display records from the dropdown list.
- This will cause the report to only graph a desired record.