I have a basic asset management database with 2 tables (Assets and AssetMovements) . I want a new record to be created in the AssetMovements table every time a new asset is added to the Assets table or an existing asset record is modified.
The AssetMovements table is just there to record the transactions.
I have created an append query but how can I set it up so that whenever the 'Save' button on the Assets form is clicked, it runs the query and appends on that record to the AssetMovements table?
Thank you.
The AssetMovements table is just there to record the transactions.
I have created an append query but how can I set it up so that whenever the 'Save' button on the Assets form is clicked, it runs the query and appends on that record to the AssetMovements table?
Thank you.
Comment