Hi, I have a problem write records from a form that was obtained using a query from a table 1, and want the form to save the record, then create a new record entry to the same table 1, with a couple of fields changed.
Table 1 (Actually named Work Order Table)
Equipment Name -Boat
Sub Component -Motor
Work Description -PM
Last Completed date -100509
WO Status -Closed
The form has all these fields displayed from the query.
I need to save this record which I am doing with the save on click command to table 1. I need to know how to write a new record to the table 1 and have Work Description changed to "issued" the dat changed to blank and the WO Status changed to "Open".
Presently I am using several queries to do this and have tried and failed using recordset moved. Any help would be appreciated.
Table 1 (Actually named Work Order Table)
Equipment Name -Boat
Sub Component -Motor
Work Description -PM
Last Completed date -100509
WO Status -Closed
The form has all these fields displayed from the query.
I need to save this record which I am doing with the save on click command to table 1. I need to know how to write a new record to the table 1 and have Work Description changed to "issued" the dat changed to blank and the WO Status changed to "Open".
Presently I am using several queries to do this and have tried and failed using recordset moved. Any help would be appreciated.