When removing a publication from the server you have two options. You can delete the publication, or you can drop it. If you delete a publication, the design is completely removed from the server and the Access Workflow Designer. To create a publication, you must start from the beginning, and any users that have the solution offline cannot ever synchronize their data.
If you drop the publication, the publication is removed from SQL Server, but your design is not deleted from the Access Workflow Designer. This is a good option if you want to modify a publication and must prevent users from synchronizing. Users may not synchronize until the publication is re-created.
To drop a publication from SQL Server
Once the publication is dropped, you can make any changes necessary and then select Re-create SQL Publication to make the publication available on SQL Server again. For details, see Re-creating an Offline Publication.
To delete a publication permanently
The publication is removed from SQL Server and from the Access Workflow Designer.