I'm working on creating a form in Word. We're trying to see if there's a way we can use Enter to navigate through the form, and although Microsoft has a way to do that in its Knowledge Base, it's not quite what we need, for this reason:
When you use the Microsoft script to navigate through a form using Enter, it causes the form to ignore any updates that the form fields have to make (i.e. if you have a text field set to capitalize everything, or if you have a specific date format in a date text field, they don't capitalize/change date format when you hit Enter).
My idea was that I simply use an AutoOpen macro to remap the Enter action as the Tab action, which will take care of that. Unfortunately, it seems that there is no easy way to simply use KeyBindings to map one key's function to mirror that of another key, only to run a function/macro/autotext entry.
Does anybody have any ideas on how I can do this?
When you use the Microsoft script to navigate through a form using Enter, it causes the form to ignore any updates that the form fields have to make (i.e. if you have a text field set to capitalize everything, or if you have a specific date format in a date text field, they don't capitalize/change date format when you hit Enter).
My idea was that I simply use an AutoOpen macro to remap the Enter action as the Tab action, which will take care of that. Unfortunately, it seems that there is no easy way to simply use KeyBindings to map one key's function to mirror that of another key, only to run a function/macro/autotext entry.
Does anybody have any ideas on how I can do this?