I know this is probably very simple but I'm not getting it!
I have a several fields in a form that need to be passed to a log table. I have an exit button on the form and would like the data to be added to the log table automatically through the On Click function.
In the past I have used the code below to pull data from a form to a report, using On open function in the report.
[E_ID] = [Forms]![FRM_E_Edit]![Elevator_ID]
What I want to do now is have the Elevator_ID (and other data) written to the log table when the record is accepted/written in the main table.
Thanks, GG
I have a several fields in a form that need to be passed to a log table. I have an exit button on the form and would like the data to be added to the log table automatically through the On Click function.
In the past I have used the code below to pull data from a form to a report, using On open function in the report.
[E_ID] = [Forms]![FRM_E_Edit]![Elevator_ID]
What I want to do now is have the Elevator_ID (and other data) written to the log table when the record is accepted/written in the main table.
Thanks, GG