Is there a form or property variable I can use in Enable When to disable a button for new records only (button should be enabled for existing records and for new records AFTER they're saved)
On the properties for the button, under Behaviour->Dynamic Enabling and Disabling set the flag on Read Only for New Records to True. This will disable the button when adding records.