C
Chris Moore
I have a simple table that contains invoices and the associated data (payee,
payee address, date, approver, etc...). I want to create a from that will
allow a user to quickly sum the dollar amounts based on a given field in that
table. So the user will be able to choose which field to group on from a drop
down and then see a list of the unique values in that field and the sum of
the dollar amounts associated with each unique value. The problem is I can't
figure out how to create that pick list of field names in a combo box and
then have the underlying query point to that value. Is there a solution to
this problem or perhaps a different way to approach it? Thanks in advance for
any suggestions.
-Chris
payee address, date, approver, etc...). I want to create a from that will
allow a user to quickly sum the dollar amounts based on a given field in that
table. So the user will be able to choose which field to group on from a drop
down and then see a list of the unique values in that field and the sum of
the dollar amounts associated with each unique value. The problem is I can't
figure out how to create that pick list of field names in a combo box and
then have the underlying query point to that value. Is there a solution to
this problem or perhaps a different way to approach it? Thanks in advance for
any suggestions.
-Chris