Search results

  1. S

    Adding files to attachment field via query

    More information... The files in question are .jpg photos, and they are named in a format (Year taken, month taken, general subject matter, main person in the picture) which tells me at a high level what the picture is of. The intent of my db app is to pull all that information into the db...
  2. S

    Adding files to attachment field via query

    I have a table that is created by reading a list of file names from a folder, with these fields: FileID (an autonumber created when the table was created) FName - the name of the file (.jpg images) FPath - the path to the file (not including the name) DateCreated - the creation date of the...
Back
Top Bottom