D
David Salahi
I have a subform containing a datasheet and I need to be able to modify
values in some columns of the datasheet based on entries the user makes to
other columns within the datasheet.
I figured out that I can access each column's control through the
datasheet's Controls collection property. But the values contained in each
control correspond to the first row shown in the datasheet. How can I access
any given row of the subform datasheet (for both read and write)?
David Salahi
values in some columns of the datasheet based on entries the user makes to
other columns within the datasheet.
I figured out that I can access each column's control through the
datasheet's Controls collection property. But the values contained in each
control correspond to the first row shown in the datasheet. How can I access
any given row of the subform datasheet (for both read and write)?
David Salahi