matrixindicator
IS-IT--Management
I have a listbox on my subform with numbers (eg. 0,5 1 1,5 ...)
To get the total in my mainform I first create a total in my subform. The problem is he makes a sum of the first field and this is the key, index field. So I need to say make a sum of the second column. I know perhaps a dummy question, but forgot it and spend a lot of time to find
column(1) ?
To get the total in my mainform I first create a total in my subform. The problem is he makes a sum of the first field and this is the key, index field. So I need to say make a sum of the second column. I know perhaps a dummy question, but forgot it and spend a lot of time to find
column(1) ?
Code:
=Sum([refID29].[Field](1))