Greetings! I am a seasoned PowerBuilder developer now migrating to MS Access as quickly as possible due to new development opportunities. A very powerful and useful feature in PB is support for "PostEvent" and "PostFunction" which allowed another event or function to be queued and fired after the current script was completed.
This is a different ability than simply calling a function as the last action in the current script. It ensures the current script is completed before the next event or function is executed. This has proven to be an extremely valuable ability when used strategically and I'm hopeful that similar functionality can be achieved in Access.
I have searched for quite some time with a wide variety of keywords but not found anything encouraging. Can this be done in any fashion in Access, either natively or perhaps with an API call?