tnguyen315
MIS
Hello all,
I have an access 2010 frontend and Sql server 2008 backend.
I was wondering, if I have a csv file containing a the full file path to a lot of photos, the case numbers that the photos are associated with, and the name I would like for each of the photos, Is there a way to import the photos from those full path from CSV file and upload the photos from those path into database as an OLE object data type?
I have table named "ImageOLEs"
Field names:
1. ImageID - Autonumber (primary key)
2. csnumb - number (required field) (case number)
3. ImageShortName - text (required field)
4. ImageItem - OLE Object
Thank you very much,
Twee
I have an access 2010 frontend and Sql server 2008 backend.
I was wondering, if I have a csv file containing a the full file path to a lot of photos, the case numbers that the photos are associated with, and the name I would like for each of the photos, Is there a way to import the photos from those full path from CSV file and upload the photos from those path into database as an OLE object data type?
I have table named "ImageOLEs"
Field names:
1. ImageID - Autonumber (primary key)
2. csnumb - number (required field) (case number)
3. ImageShortName - text (required field)
4. ImageItem - OLE Object
Thank you very much,
Twee