I'm new to Access 2010 and I have a issue with creating an After Insert
Table event in my Access Database.
I want it such that after the insertion of a new row in table example
, a new record will be created in table table2
with the jobid
data.
I have created a example database with my event in After insert table which is not working:
You can create after insert event on example table as follow https://i.stack.imgur.com/kffS0.jpg
This will be work if you insert a new record in example
For more information refer to the documentations.