Do your SQL Server tables have Primary Keys defined on them? This is critical.
Is your Form based on a Table or on a Query?
If a Query, are you absolutely certain the query is "updateable"? If not, you won't be able to Edit or Delete records.
Are you sure that you haven't set the AllowDeletions property of the Form to No/False?