How do I upload documents to an Access database?

  • Thread starter Thread starter MK
  • Start date Start date
M

MK

I'd like to upload word documents or scanned pdf letters to an Access
database. Each record may have multiple attachments. I don't know where to
begin to develop this.

Any advice?
 
Dont. Save your documents to a known location. Have two tables with one to
many relationship. TBLMasterDoc TblSubDoc with referential intregrity. Use
Hyperlinks to open the the documents. Set Hyperlink as the field type in each
table and form your database around the fact that you can click an Hyperlink
to open any specific document from where is saved to.

Hope this helps???
 
Back
Top