Im using a textbox to do a calculation based on on a field in a subform.
The subform is in dataview format displaying several rows of data.
Currently I use:
=[Commodity Quotations].[Form]![price]
as the control
This addresses the price in the first row. How Can I address the second row or do I need to set up a query.
David
The subform is in dataview format displaying several rows of data.
Currently I use:
=[Commodity Quotations].[Form]![price]
as the control
This addresses the price in the first row. How Can I address the second row or do I need to set up a query.
David