Recent content by BeeJayEff

  1. B

    Viewing RAW files in Access - codec ?

    Thanks, arnelgp, I shall study that when I can find some time
  2. B

    Viewing RAW files in Access - codec ?

    Probably a couple of thousand 35 mm slides altogether. I will not be storing any images within the Access db, but on an external drive, so a TB drive or bigger should be fine. I will only convert to jpg if and when I need to (many of them are of little interest and/or poor quality), but I want...
  3. B

    Viewing RAW files in Access - codec ?

    I don't have a problem converting the images - Canon's software is well up to that task. It's viewing the original, preferably on an Access form, that's the issue - but from Ridders' post I take it that that will not be possible.
  4. B

    Viewing RAW files in Access - codec ?

    Aah, I think we might be at cross-purposes. The whole point of a RAW file (CR2 in Canon's case) is to capture the image as seen by the camera's sensor, so a 20 Megapixel sensor (as in the 70D) will result in 20MB data at 8-bit depth per pixel - and it can be up to 24 bits per pixel (one byte...
  5. B

    Viewing RAW files in Access - codec ?

    Colin - I cannot attach a .cr2 file as an upload as it's not a recognised file type, so I have sent one to the email address in your footer. But it's 25MB, so whether it gets through remains to be seen !
  6. B

    Viewing RAW files in Access - codec ?

    I don't have a problem displaying jpgs on Access forms, and I don't have a problem with converting cr2 files to jpgs (I just use the Canon DPP software), but I don't want to have to do that as a separate step for every image. I really just want to get a thumbnail of the cr2 on an Access form...
  7. B

    Viewing RAW files in Access - codec ?

    Yes - no joy.
  8. B

    Viewing RAW files in Access - codec ?

    Web browser control looks promising, though it opens the file in Photos, rather than on the form - which is not the end of the world, but not ideal. Also have to convert the file location to a URI, which will be cumbersome. Having the CR2 file as the control source for a normal image control...
  9. B

    Viewing RAW files in Access - codec ?

    I'm implementing an Access database to catalogue a load of old slides. I know there are other products out there which will do that, but a) I'm too tight to buy anything for this and b) I want the learning experience. One of my main drivers here is that I want to store RAW files only (not...
  10. B

    Limitations

    2gb in pbaldy's, 2GB in jdraw's, for example. What is your 1mb - presumably either Mb or MB - but which ?
  11. B

    Trusted locations

    I'm in the process of changing the way I distribute the FE of a database to many users. Rather than having them download it every time it's updated, I have created a command script to copy the latest version every time they run it. They only need to copy a shortcut to that script onto their...
  12. B

    Limitations

    Can I enter a plea for folk to use Mb/MB or Gb/GB correctly, please ? There is nearly an order of magnitude difference.
  13. B

    Indexing

    Thanks to all for your contributions - I hadn't expected so much discussion ! The thing is that the suggestion to index these two fields only arose from using the Performance Analyzer - which cannot of course know how frequently the fields are referenced. I am not aware that there is in fact...
  14. B

    Indexing

    Awwww, yes it does but it means I need to put more thought into it ! I suspect that by far the most common search is for (not Sold), followed by (Sold and not Returned), followed by (Sold and Returned). There should be no cases of ((not Sold) and Returned). So I need to look at the frequency...
  15. B

    Indexing

    One of my tables includes a pair of Yes/No fields : [SoldFlag] and [ReturnedFlag]. There are a number of queries which use these flags to search for items which are (Sold) or which are (Sold and not Returned) for example. I am not aware of any performance issues with these queries. Running...
Back
Top Bottom