First of all I'm not sure if this is the proper group to ask my question so if it's not my apologies in advance.
What I'm trying to do is create a database for a single user to display product information (product name, price, etc and product image) on a form. The method I want to use is to store the images as external files storing the file name, path etc, in the database. The file name is being used as the product name. There are several examples of how to do this so that part shouldn't be a problem. What I don't know how to do is import the filename and path of existing images (over 1000) without entering each one manually. Also at a later time add additional images to the existing table.
One other thing I need help with is I receive a price list in excel that contains the product name and a price. I'd like to be able to point to this file and update the prices for existing products or add them if they do not already exist.
I know this is a lot to ask but any help would be greatly appreciated.
Thanks
What I'm trying to do is create a database for a single user to display product information (product name, price, etc and product image) on a form. The method I want to use is to store the images as external files storing the file name, path etc, in the database. The file name is being used as the product name. There are several examples of how to do this so that part shouldn't be a problem. What I don't know how to do is import the filename and path of existing images (over 1000) without entering each one manually. Also at a later time add additional images to the existing table.
One other thing I need help with is I receive a price list in excel that contains the product name and a price. I'd like to be able to point to this file and update the prices for existing products or add them if they do not already exist.
I know this is a lot to ask but any help would be greatly appreciated.
Thanks