S
Sharon
Hello,
I have a subform in which I pull data from another table
using a combo box. I then fill in a 2nd column in the
subform by using the select query from my combo box like
this.
=[Cbo40-1 Number].Column(2) -- this views the value of the
amount field in the 40-1 table.
My problem is that I now would like to sum up the values
of that =[Cbo40-1 Number].Column(2) field in a list.
However, it does not appear that SUM works. Can someone
please assist me getting past this hurdle?
Thanks so much!
Sharon
I have a subform in which I pull data from another table
using a combo box. I then fill in a 2nd column in the
subform by using the select query from my combo box like
this.
=[Cbo40-1 Number].Column(2) -- this views the value of the
amount field in the 40-1 table.
My problem is that I now would like to sum up the values
of that =[Cbo40-1 Number].Column(2) field in a list.
However, it does not appear that SUM works. Can someone
please assist me getting past this hurdle?
Thanks so much!
Sharon