Hi bob,
Now I have a syntax error with FROM...
Dim strIDs As String
Dim strSQL As String
Dim varSelect As Variant
strSQL = "DELETE * FROM [W1_Budget input] "
For Each varSelect In Me.ListInputBudget.ItemsSelected
strIDs = strIDs & Me.ListInputBudget.ItemData(varSelect) & ","
Next...