jkpalmer52
IS-IT--Management
I have a MS Access database table that contains two columns. My table definintion description for this post is structured as Fieldnameatatype:Comment.
ID:text 12 rimary key
PDFImage:OLEobject:none
I have a folder (C:\PDFFolder) that contains many files (PDFs).
CCS12311.PDF
CDS12312.PDF
CES12313.PDF
and so on
I'd like to create a process which will insert a row for each file in my PDFFolder giving the ID the value of the filename (8.3) and which creates a link in the PDFImage column to each PDF in my C:\PDFFolder.
I can create process to insert into the table the ID values, but I'm having trouble finding any examples of VB code which will populate the PDFImage column with the valid link.
Can't seem to find the proper class/method to do this programmatically.
Help would be appreciated.
-jP
ID:text 12 rimary key
PDFImage:OLEobject:none
I have a folder (C:\PDFFolder) that contains many files (PDFs).
CCS12311.PDF
CDS12312.PDF
CES12313.PDF
and so on
I'd like to create a process which will insert a row for each file in my PDFFolder giving the ID the value of the filename (8.3) and which creates a link in the PDFImage column to each PDF in my C:\PDFFolder.
I can create process to insert into the table the ID values, but I'm having trouble finding any examples of VB code which will populate the PDFImage column with the valid link.
Can't seem to find the proper class/method to do this programmatically.
Help would be appreciated.
-jP