For setting up a simple database to store all the receipts for warranty purpose, I am considering to use Access to store scanned image. The size is about 10KB to 60KB for each image. There will be less than 1000 images per year. The format of the image will be PNG and PDF.
First question: Should I store the images inside the Access, as a field, or outside the access, as linked object?
Second Question: How to call the scanner application from Access form?