Search results

  1. J

    Updating a table via Procedure

    I have the following code that does the following Loop through a table that contains ".jpg". When found, run my MetaTag procedure. Next I want to update the record with the MetaTag info. I can get the first part to work but some how can't see what I am missing to get the UPDATE query to work...
  2. J

    Reading IPTC metadata in JPEGs

    I have searched and search with no luck. I have a Access 2010 table that has links to all my pictures (jpgs) and I want to read in the IPTC metadata and display it on the form. I found the following code but get errors with the SHELL32 section. I call the program this way and this is the code...
  3. J

    Duplicate entries and calling query from Form

    I created a query that I thought would only add new records. I seem to work if I call the query standalone, but when I call it from the form, it adds all the records. I have included the SQL and the command I use to call the Query. FName should be a unique name. Thank you for the help. QUERY...
  4. J

    How to read JPG Metadata

    I am using Access 2010 to build a photo library and all is working great. What I need to do is create a button to read the Metadata. I have searched and search and can't find anything helpful. I know the path and file name of the JPG I want to be able to display such things as keywords and so...
Top Bottom