hi there,
I like to fill a recordfield with type attachment from vba.
should be something like
With table
.Addnew
!field1 = something
!field2 = somethingelse
!field3 = [here i want to point to a file on disk]
.update
End with
any ideas ?
thanks in advance
edwin
I like to fill a recordfield with type attachment from vba.
should be something like
With table
.Addnew
!field1 = something
!field2 = somethingelse
!field3 = [here i want to point to a file on disk]
.update
End with
any ideas ?
thanks in advance
edwin