G
Grasavong
I'd like to create an upload button in an access form that allows the user to
upload a file, but I have a few questions:
1. Is this efficient? I'm assuming that if you upload multiple files on
Access, there wouldn't be a lot of space available.
2. The reason I would prefer an upload is that I don't want to use the
hyperlink option because hyperlinks can get broken either by a file being
accidently moved to another directory or folder or simply changing the file
name.
3. If uploading files onto an Access form -is- efficient and feasible, what
kind of code would I have to write? I'd like to use a click event procedure
and use a button called "Upload."
(These uploads would apply to extensions like pdf., xls, doc. etc, etc.)
Any help would be appreciated.
upload a file, but I have a few questions:
1. Is this efficient? I'm assuming that if you upload multiple files on
Access, there wouldn't be a lot of space available.
2. The reason I would prefer an upload is that I don't want to use the
hyperlink option because hyperlinks can get broken either by a file being
accidently moved to another directory or folder or simply changing the file
name.
3. If uploading files onto an Access form -is- efficient and feasible, what
kind of code would I have to write? I'd like to use a click event procedure
and use a button called "Upload."
(These uploads would apply to extensions like pdf., xls, doc. etc, etc.)
Any help would be appreciated.