Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Attaching A File

Status
Not open for further replies.

Figzus

Programmer
Joined
Mar 21, 2005
Messages
36
Location
US
Does anyone know how to attach a file to a record? I need it because I have to store the file in access. Thanks
 
Hi Figzus,

1. Add a new column to your table and make it data type OLE Object.
2. Edit the table, right click on the new column in your record, select Insert Object.
3. Follow Instructions - select File - check appropriate boxes for options.

Enjoy,
Tony

--------------------------------------------------------------------------------------------
We want to help you; help us to do it by reading this: Before you ask a question.
Excel VBA Training and more Help at VBAExpress[
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top