G
Guest
Following good counsel regarding calculated fields in tables:
I have "FlightHrs" as a calculated field in "qryFlightHrs".
I need to filter the query by the field "Engine" and then sum the field
"FlightHrs".
I would like to view this data in "txtboxCumEngHrs" on the form
"TempFlightInfo" on the land_afterUpdate event.
I created the query and even a report based on the above and i can view the
sum on the report. I do not know how to put this into the event above.
Any help would be appreciated.
I have "FlightHrs" as a calculated field in "qryFlightHrs".
I need to filter the query by the field "Engine" and then sum the field
"FlightHrs".
I would like to view this data in "txtboxCumEngHrs" on the form
"TempFlightInfo" on the land_afterUpdate event.
I created the query and even a report based on the above and i can view the
sum on the report. I do not know how to put this into the event above.
Any help would be appreciated.