Attachments in Access

  • Thread starter Thread starter JP Martinez
  • Start date Start date
J

JP Martinez

I have a database where among several functions I use it to enter memo notes
and such - I would like to be able to
attach files to this form. Is there a way?

Any ideas will be appreciated

thanks

-Pierre
 
You can, with some VBA code, store various kinds of document files in either
as OLE Objects or as Binary Large Objects (BLOBs) in OLE Fields. The imaging
examples at http://accdevel.tripod.com show how to do that for image files,
but the approach will be the same for other types.

An efficient way, also illustrated in the example, is to just store the path
and filename in the database, and leave the file external.

Larry Linson
Microsoft Access MVP
 
Thanks -leaving the files externally makes sense

thanks

-Pierre
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top