I have two fields that I want to be displayed on a form. Field X and Field Y. I want field X and field Y displayed on the chart only for records that match the criteria that I specify for Field Z.
In real time terms: I want to display all open/closed files(X) for all subteams(Y), that are a part of a main team(Z) I know this sounds simple, but here is the trick. I tried creating a Query By Form Technique so on one form I can enter in the Main Team name, and click a button to open another form with a chart on it that is linked back to the query. If I havent lost you yet, here is my problem...The chart that is linked to the original query does not like the criteria for the Main team name..forms![form1]![team]. It says it is not a valid expression. I can run a simple query to get the results that I am looking for and it displays exactly what I need...It just wont chart properly.
Is there a way i can run a query that automatically dumps it to a temporary table that the chart can be created from, then when the forms are closed, the table clears itself? Kind of like an array?
If you need more information, or cant understand what the heck I am talking about (i barely understand it myself when i reread this), please post a response and I will get right back to you.
Shane
In real time terms: I want to display all open/closed files(X) for all subteams(Y), that are a part of a main team(Z) I know this sounds simple, but here is the trick. I tried creating a Query By Form Technique so on one form I can enter in the Main Team name, and click a button to open another form with a chart on it that is linked back to the query. If I havent lost you yet, here is my problem...The chart that is linked to the original query does not like the criteria for the Main team name..forms![form1]![team]. It says it is not a valid expression. I can run a simple query to get the results that I am looking for and it displays exactly what I need...It just wont chart properly.
Is there a way i can run a query that automatically dumps it to a temporary table that the chart can be created from, then when the forms are closed, the table clears itself? Kind of like an array?
If you need more information, or cant understand what the heck I am talking about (i barely understand it myself when i reread this), please post a response and I will get right back to you.
Shane