Wow! Thanks for the great explanation! So in other words, a dynamic
subform behaves in the same way that a dynamic table does, I get it. So
to reference a field in the first subform, or a field in the second
subform, I would just index into the array, perhaps something like
_Accounts_Subform[0].fieldName?Also, I've never referred to an object
using the underscore (_Accounts_Subform vs. Accounts_Subform). What does
the leading underscore mean? Usually I just create a variable that
resolves to the...