I wish could copy the text via a button “Edit Macro XML”… And the XML was formatted nicely :-)

Figure: Add a menu item “View XML”
< ?xml version="1.0" encoding="UTF-16" standalone="no"?> < DataMacros xmlns="http://schemas.microsoft.com/office/accessservices/2009/11/application">< DataMacro Event="AfterUpdate"> < Statements>< ConditionalBlock>< If>< Condition>[Table1].[Salary]>50000< /Condition>< Statements>< EditRecord>< Data/> < Statements>< Action Name="SetField">< Argument Name="Field">Table1.Notes< /Argument>< Argument Name="Value"> "he is paid too much" < /Argument>< /Action>< /Statements>< /EditRecord>< /Statements>< /If> < Else>< Statements>< EditRecord>< Data/>< Statements>< Action Name="SetField">< Argument Name="Field">Table1.Notes < /Argument>< Argument Name="Value">"too little"< /Argument>< /Action>< /Statements>< /EditRecord>< /Statements>< /Else>< /ConditionalBlock>< /Statements> < /DataMacro>< /DataMacros>
Figure: This ugly URL should be changed to nicely formatted XML