Hi guys,
thanks for reading this post. I'm kinda new here, so bear with me
I got a continuous form (referred as Form1) which has a dropdown and a few textboxes to generate a filter for the from. There are also two command buttons, one for filtering the data, one for generating a graph in Form2.
The problem is with generating the graph. I'd like to use the form's filter for bounding the graph's data. So all records shown in Form1 must be used for the new graph (Graph1 in Form2). Is there a way to copy the filter to the new form or use the data?
I know that this is explained quite weirdly, but I cannot think of another way at this moment.
Thanks!