Hello All,
I am trying to not make the database users despise me by automating some of the form data entry by controlling the sequence in which fields are entered so that it is in a logical order. I am trying to find an event that engages only if the user hits the TAB or ENTER keys to exit the current control and move to the next field they have to enter data into on the form. I have searched around on this forum for posts on this topic but it turns out that the words tab and enter are used quite frequently in other contexts.
Currently I am using the macro builder and the GoToControl functionality to try and achieve the behavior I would like to accomplish. Is there a way to use an IF statement within the On Exit event to determine if the TAB or the ENTER key have been pressed? Alternatively, is there a specific event that captures the scenario where only the TAB or ENTER keys have been pressed? I feel like this should be a simple fix, but that I have just not found the correct resource.
Thanks