Z
Zoomiest
I have a combo box that looks up a the feilds in a table.
Then, in my QBE grid, (that a report is based on), in the FIELD row, I
say [Forms]![frmQuery_Control_Panel].[cboLAQ]
so it will pick up the field that was chosen, by my combo box on a
form.
But I haven't gotten it to work... Any suggestions?
(Access just wants to turn it into a an expression: Expr1:[Forms]!
[frmQuery_Control_Panel].[cboLAQ]
which doesn't help me very much. Is there another way to do this? (so
I don't have to build a query/report for every field we want to report
on)?
Then, in my QBE grid, (that a report is based on), in the FIELD row, I
say [Forms]![frmQuery_Control_Panel].[cboLAQ]
so it will pick up the field that was chosen, by my combo box on a
form.
But I haven't gotten it to work... Any suggestions?
(Access just wants to turn it into a an expression: Expr1:[Forms]!
[frmQuery_Control_Panel].[cboLAQ]
which doesn't help me very much. Is there another way to do this? (so
I don't have to build a query/report for every field we want to report
on)?