I have a table called "tbl_surveys" that contains all the data from a number of surveys. I have another table called "tbl_clients" that has all my client in it. I have a list view for tbl_surveys and would like to be able to click on a link to show a chart for that survey with their name on it so I can print it.
I linked tbl_surveys + tbl_clients on client_ID. When I paste the chart into the client view page I get a chart with ALL survey data. I need to be able to specify just data from survey ID 7 (for example).