Question : Administrator does not have permission to delete folder

This is goofy. I created a folder on my SBS 2008 server. I wanted only the administrator to have access so I first removed everyone from the share. Now, even the Administrator can't do anything with this folder. I can't re-share it with everyone or even deleted the folder. The administrator is set to owner, but I get a message that says "You need permission to perform this action".

How do I get rid of this folder?

Answer : Administrator does not have permission to delete folder

Dim sSQL3 As String
Dim oRST3 As ADODB.Recordset
Set oRST3 = New ADODB.Recordset
Dim oConnect3 As ADODB.Connection
Set oConnect3 = New ADODB.Connection


sSQL3 _
        = " UPDATE [Quantité_distribuée]" _
        & " FROM [Inventaire]" _
        & " WHERE Période = '" & ComDateDisponible.Text & "'" _
        & "   AND Description_du_produit = '" & Des_prod.Text & "'"

oConnect3.Open "Provider=Microsoft.ACE.OLEDB.12.0;" & _
"Data Source=" & Form4.txtBaseDe.Text & ";"
oConnect3.execute sSQL3
Random Solutions  
 
programming4us programming4us