I have a database that contains a [UNITS] table, with {miles and hours} fields. This data base also has a [WORKORDERS] table that contains {miles and hours} fields.
A workorders form is used to open new workorders where current {miles and hours} fields are populated. A [CLOSED WORKORDER] button is (checked) when work is done, (M+/orH), parts and labor data is complete.
Currently I manually update the [UNITS] table {miles and hours} fields. I would like to VBA code or something,(?) so when workorder form [CLOSED WORKORDER] button is checked, the workorder form mileage/miles updates the [UNITS] table fields.
I DON'T KNOW HOW TO DO THIS, can anybody show me? / I might learn something.
A workorders form is used to open new workorders where current {miles and hours} fields are populated. A [CLOSED WORKORDER] button is (checked) when work is done, (M+/orH), parts and labor data is complete.
Currently I manually update the [UNITS] table {miles and hours} fields. I would like to VBA code or something,(?) so when workorder form [CLOSED WORKORDER] button is checked, the workorder form mileage/miles updates the [UNITS] table fields.
I DON'T KNOW HOW TO DO THIS, can anybody show me? / I might learn something.

Last edited: