Credo tu ti stia riferendo al Type COMPLEX DATA...?
E' semplicemente una specificità del campo TESTO, e credo che tu possa aver frainteso quanto viene definito come Attachments...!
Non è inteso come ALLEGATO nè tanto meno IMMAGINI.
Ripeto che il Campo di origine è un TESTO che può divenire MULTICAMPO.
La struttura del multicampo viene memorizzata nel DB in tabella riservate, sempre in formato testo.
Prova a leggere bene quanto riportato quì:
Complex Types
Microsoft Access 2007 introduced a number of types they call Complex Columns. These types are multivalued fields, attachments, and version history for memo fields. Common to all these fields is that they can contain multiple values per row, seemingly against the rules of database normalisation. However, Access internally stores these values in normalized tables that are hidden from the user. MDB Viewer makes these hidden tables accessible for easy exporting.
Multi-Valued Field
A multi-valued field can contain multiple numbers of any of the types listed above. The actual value stored in the complex field is a key that links to the numbers stored in the helper table.
Attachments
Attachment fields are conceptually similar to multi-valued fields, except that the helper table contains files rather than numbers.
Memo version history
For these fields, the helper table contains the previous contents of a field together with a time stamp.
Per la scarsa gestibilità di questi tipi di dato non c'è stata una diffusione sensata.
Ti ribadisco i concetti relativi alle IMMAGINI che per Access sono come ti ho descritto sopra.
Il Suggerimento di Osvaldolaviosa, che è valido, comporta a mio avviso dei problemi di interpretabilità del PATH.
Il Campo Hyperlink infatti è un campo complesso che poi serve elaborare per rendere identificabile.
Il Campo testo semplice invece è già fatto, e per aprire il file si usa il metodo FollowHyperlink... come esposto nei miei esempi.
Vedi tu...