I am running a code which takes a long time to process.
I sometimes want to [Ctrl][Break] to temporarily halt and check the code then continue but it gets so busy, the [Ctrl][Break] does not respond.
Back in by C64 basic days, there used to be a GET statement were the code would not stop like an Inputbox, it would just capture the a keypress if the key is pressed down.
Is there such a command in VBA for MS Access?
I could use this to trigger a temporary halt in my code.