W
WildlyHarry
I have a large table that records new transaction data for 10 account types,
with hundreds of possible transaction types per acount type. I use a query
to aggregate the data. I have a chart based on the query that shows volume
trending from month to month. In this way I can monitor any unusal spikes in
volume. I would like to be able to create a form with combo boxes. The user
can choose account type and transaction type from the combo box. Those
choices then become the limits for the query that the chart is based on. The
chart then resides on the same form as a subform. However, when I use the
unbound combos on the form to limit the query I get an error from the chart.
Stating that it does not recognize the limits ie [forms]![form1]![tran1].
Does anyone know what is causing this?
with hundreds of possible transaction types per acount type. I use a query
to aggregate the data. I have a chart based on the query that shows volume
trending from month to month. In this way I can monitor any unusal spikes in
volume. I would like to be able to create a form with combo boxes. The user
can choose account type and transaction type from the combo box. Those
choices then become the limits for the query that the chart is based on. The
chart then resides on the same form as a subform. However, when I use the
unbound combos on the form to limit the query I get an error from the chart.
Stating that it does not recognize the limits ie [forms]![form1]![tran1].
Does anyone know what is causing this?