D
Dib
Hi again,
I was able to figure out how to add
If varItm = 0 Then
Me.lstAttachments.RowSource = sFile
varItm = 1
Else
Me.lstAttachments.RowSource = Me.lstAttachments.RowSource & ";" &
sFile
End If
Now I need help with how to remove an item if the user select to remove ,
Please advice
Thanks
Dib
I was able to figure out how to add
If varItm = 0 Then
Me.lstAttachments.RowSource = sFile
varItm = 1
Else
Me.lstAttachments.RowSource = Me.lstAttachments.RowSource & ";" &
sFile
End If
Now I need help with how to remove an item if the user select to remove ,
Please advice
Thanks
Dib