Forum Discussion
A Problem with attached images in Access, Windows 10, Office 365
- Jul 29, 2024
https://support.microsoft.com/en-us/office/access-specifications-0cf3c66f-9cf2-4e32-9568-98c1025bb47c
If you put the pictures on a file system (as you should do for BLOBS > 4 KiB), be aware that NTFS has a soft ca. 10000 files limit per folder. (Hard limit is 4294967295 files per folder, but you can't open the folder in either Explorer or Access.)
Thomas Sowell — 'There are no solutions. There are only trade-offs.'
George_Hepworth "Importing data" is a strong word. I was manually typing information directly into the table, and I was not aware there was a 2GB limit on Access files. I would not have started this in Access had I known that. Frankly, it removes the reason to use ACCDB files in preference to MDB files, where you had to do what you suggest.
The trouble with using text fields to point to a network location is that network locations can go down or can move; if the image is contained in the table, everything is self-contained so the database file itself can go anywhere. However, it does point to needing some referential tables (Box X is physically located at Y and uses network path Z for its image files, so you now need a Box table.)
https://support.microsoft.com/en-us/office/access-specifications-0cf3c66f-9cf2-4e32-9568-98c1025bb47c
If you put the pictures on a file system (as you should do for BLOBS > 4 KiB), be aware that NTFS has a soft ca. 10000 files limit per folder. (Hard limit is 4294967295 files per folder, but you can't open the folder in either Explorer or Access.)
Thomas Sowell — 'There are no solutions. There are only trade-offs.'