image data type

In a Microsoft Access project, a variable-length data type that can hold a maximum of 2^31 – 1 (2,147,483,647) bytes of binary data. An image data type is used to store objects such as pictures and documents. Columns with the image data type store a 16-byte pointer in the data row, and the data is stored separately.