G
Guest
I have form that has a subform that contains lists of numbers that need to be
used in calculations and then stored in a table.
First how do I refer to the field to perform a calculation or error checking
such as:
If SubformField < 0 then
.......
And
Answer1 = SubformField * 2
And
rstPP.Field = SubformField
I need to do all 3 types of things with these subform fields and I'm having
trouble accessing them.
Thanks for any help you can give.
used in calculations and then stored in a table.
First how do I refer to the field to perform a calculation or error checking
such as:
If SubformField < 0 then
.......
And
Answer1 = SubformField * 2
And
rstPP.Field = SubformField
I need to do all 3 types of things with these subform fields and I'm having
trouble accessing them.
Thanks for any help you can give.