> help please
>
[quoted text clipped - 5 lines]
>
> Can somebody please help me with this?
Copy the path into a control that is bound to a field in your table.
How exactly are you copying it to a ListBox?

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
fifi - 15 Dec 2005 20:30 GMT
This is the part that adds the attachment path to the list box
Now my problem is how to add it to a table. If I can only add the first one
that will be good
thank you
If .Show = True Then
' Loop through each file that is selected and then add it to the
list box.
For Each varFile In .SelectedItems
Me.FileList.AddItem varFile
Next
'Else
' MsgBox "You clicked Cancel in the file dialog box."
End If
End With
> > help please
> >
[quoted text clipped - 9 lines]
>
> How exactly are you copying it to a ListBox?