I have a procedure I want a form to do every time the user enters any field. There are a lot of fields, and the code is moderately long, so I'd prefer to not repeat the code in every enter event for every field. Is there a way to define a function or a script that I can call?
This will not only reduce my file size (which is already larger than I'd like), but also obviously help me keep things simple if I need to revise or fix this script in the future.
Thanks