D
David M C
Is it possible to query the RecordSet of a form (ie, the data currently
displayed on it)?
I have a form based on 3 queries (the AfterUpdate event of a combobox
switches the recordsource of the form). The form displays the "one" side of a
"one to many" relationship.
Tables:
WorkOrder:
WorkOrderID (pk autonumber)
.....
WorksDetail:
WorkOrderID (fk)
SMV
In the form header, I would like a textbox that displays the Sum of the SMV
field for all those records currently displayed by the form (ie, all those
records that meet the forms query criteria). How can I do this?
Thanks,
Dave
displayed on it)?
I have a form based on 3 queries (the AfterUpdate event of a combobox
switches the recordsource of the form). The form displays the "one" side of a
"one to many" relationship.
Tables:
WorkOrder:
WorkOrderID (pk autonumber)
.....
WorksDetail:
WorkOrderID (fk)
SMV
In the form header, I would like a textbox that displays the Sum of the SMV
field for all those records currently displayed by the form (ie, all those
records that meet the forms query criteria). How can I do this?
Thanks,
Dave