Well, figured it out.
I forgot that the page would be redirected after the update so my hook, or any value I set would not be in effect….
If anyone is interested this is what I did.
Needed to add a temporary option value with update_option() then delete the value after displaying the admin notice.