![]() |
Admin 3/28/2020 |
So I assume you need to implement an event like AfterAdd of Games table after a new game was added.
|
P
|
PaulM author 3/28/2020 |
So I assume you need to implement an event like AfterAdd of Games table after a new game was added.
|
![]() |
Admin 3/29/2020 |
This exactly what I explained how to do. If you add this code to the Games table AfterAdd event it will take care of the latest game added and you will never have the situation where more than one game is missing. |