I have two related tables. "System_Name" and "Element". An "Element" has a "system_Name" stored in the SystemNameID. it is a look up to the "system_name" table. I want to use a macro to calculate a field in "Element" that looks up the SystemName field in the "System_Name" table based on the SystemNameID and returns the text. I need to do this in the On Insert and On Update. I understand that I can only use the SetReturnVar in a data macro, but not sure how to set up the call between the On Inset and the data macro. I get errors when trying to deploy the app
↧