J
Jimbob62
I have a table where I want to match up product names with a .jpg picture of
the product. All the .jpg product picture files are in a folder on my hard
drive
Using VBA is there any way to read the name of each .jpg file in the folder
and place the file name in one of the table fields (Image). I would want to
iterate over all the files in the folder and place all the file names in the
table (one record each). Of course I still have to relate the field
"Product_Name" to Image so that the correct picture is displayed, but let's
assume that that can be done. I now want to be able to just extract the file
name from the folder to place in the table and form
the product. All the .jpg product picture files are in a folder on my hard
drive
Using VBA is there any way to read the name of each .jpg file in the folder
and place the file name in one of the table fields (Image). I would want to
iterate over all the files in the folder and place all the file names in the
table (one record each). Of course I still have to relate the field
"Product_Name" to Image so that the correct picture is displayed, but let's
assume that that can be done. I now want to be able to just extract the file
name from the folder to place in the table and form