Can figure out how to make your Access DB stop trying to publish to Sharepoint?
Did you publish to Sharepoint and now you don't want to anymore?
Removing this setting is way more hidden then it needs to be. It is the PublishURL
property on the CurrentDb. Delete it and you'll no longer have the save to SP bar.
CurrentDb.Properties.Delete ("PublishURL")