Okay i will try and put this into words as best as I can:
I have a form that has subform1 -> table1 -> cell2
Cell2 is a listbox field with predefined values and captions:
Caption 1 = 1
Caption 2 = 2
I have another subform2 -> table2 -> cell3
Cell3 needs to total the amounts from subform1.table1.cell4 depending on what the value in subform1.table1.cell2.
Something like the following:
If cell2 is equal to 1 than add the contents of cell3 and put them in subform2.table2.cell3.
A bit more information - the first table uses the instance manager to add and remove instances of row1. This is where I am really getting hung up.
This is what I'm thinking, I some how need to use an array and than perform the calculation.
Any help would be greatly appreciated.
EDIT: I am not using a list box I am using a drop-down list.
Note: Sorry it wouldn't let me put the code in it says I haven't posted enough.
gonna post a couple so I can.