Attachments to Access Record

Q

Q

We want to be ablee to attach documents to each record. I ahve seen you can
add it in an 2007 access table. but we need to know how we can create it
from sql side. any suggestions would be great.

Thanks,
 
S

S.Clark

You could simply store a text value of where the file is stored on a
fileshare. Then creating a SQL String is quite simple. Other than that, I
don't know what you mean by 'attach' or 'from sql side'
 
Top