feathers212
Registered User.
- Local time
- Today, 02:27
- Joined
- Jan 3, 2007
- Messages
- 27
I have 4 subforms, each on its own page in a tab control. The tab control is on a MainForm along with several list boxes. The items selected in the list boxes create the Where criteria for a MainQuery (a select query based on the MainTable). Queried off of the MainQuery are 4 individual crosstab queries. These queries are then used to create the subforms.
I have created the coding (based on SQL statements) that creates the MainQuery anytime a value is selected/deselected from any of the list boxes. Up to this point, everything works. The MainQuery is created. However, now I'm stuck on how to get the subforms to show the corresponding updated MainQuery data (through their individual corresponding crosstab queries).
I have created the coding (based on SQL statements) that creates the MainQuery anytime a value is selected/deselected from any of the list boxes. Up to this point, everything works. The MainQuery is created. However, now I'm stuck on how to get the subforms to show the corresponding updated MainQuery data (through their individual corresponding crosstab queries).