an expression may not result in the name of a macro.....is the message i get when trying to handle an event. this occurs across the board. is there a default setting that i'm not seeing?
The various event handler properties on a form expect to run a macro or vba code. If you select [Event Procedure] from the list and then click the three dots to the right (the build button) it will take you to the code for that event with the procedure declared. I think the prevailing wisdom is to use VBA because it means you do not have to worry about a bunch of supporting macros if you import the form into another file. On the other hand, Web apps, an all but dead supported technology does not support VBA.
It seems like you are trying to have an expression on the event property and expect it to do something.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.