strSQL4 = "DELETE * FROM ExecutiveRespon sibilitySecurit y WHERE [ExecutiveRespon sibility]= '" & Me.ExeResponsib ility & "' and [NetworkID] = ' " & Me.UserID & "';"
DoCmd.RunSQL strSQL4
I am trying to delete from a table.
ExecutiveRespon sibility and NetworkID are fields in the table ExecutiveRespon sibilitySecurit y
Me.ExeResponsib ility and Me.UserID is the name of my combo box and the list box which holds the items thati want to delete.
can any one tell me what is wrong in this statement
thanks
DoCmd.RunSQL strSQL4
I am trying to delete from a table.
ExecutiveRespon sibility and NetworkID are fields in the table ExecutiveRespon sibilitySecurit y
Me.ExeResponsib ility and Me.UserID is the name of my combo box and the list box which holds the items thati want to delete.
can any one tell me what is wrong in this statement
thanks
Comment