CustID
(1)
Attachments
(1)
Tblattach
(1)
Filepath
(1)
Hyprlnk
(1)
Textbox
(1)
Tifs
(1)
Docs
(1)

File Attachment Help !

Asked By kay
20-Nov-09 04:06 PM
I have created table to keep a track of attached file info.
Fields are : CustID, FileName,FileLocation

In my main form I have created ???Attached File??? button ??? (to attach file ???
should attach more than one) and ???View Attachment???  - (to view all attached
file) button.
I have created two list box ??? one to view the list of attached file (Current
attachment).
And other to view the list which is already there (previously attached)

I need to allow users to upload attachments (docs,
jpgs, tifs, etc.) to a network drive.  And View the attachment when click on
???View Attached File??? button. I'd like the form to use an existing folder to
save the file.(for eg: c:\CustRecord\)

I have no idea how to allow the user to browse their computer and then
upload or attach the document.  I also want to store the link to this file
in a table/form so that it can be browsed by other users.

Thanks for the help.

Take a look at:http://www.devhut.net/index.php?

Daniel Pineault replied to kay
20-Nov-09 07:05 PM
Take a look at:

http://www.devhut.net/index.php?lang=en&pid=0000000007#hyprlnk
--
Hope this helps,

Daniel Pineault
http://www.cardaconsultants.com/
For Access Tips and Examples: http://www.devhut.net
Please rate this post using the vote buttons if it was helpful.

thanks this helps.but this works only if you want to attach one file.

kay replied to Daniel Pineault
23-Nov-09 03:56 PM
thanks this helps.
but this works only if you want to attach one file.
But in my case there will be more than one attachment for unique ID.
and also that these two textbox (filename and file path) are unbound txt
box, how do i link to tblattach which has filename and filepath are hyperlink
fields.

please guide.
thanks
Post Question To EggHeadCafe