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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

search find link to a value

Status
Not open for further replies.

lintow

Programmer
Nov 29, 2004
82
US
I have a datbase that has 4 fields firstname, lastname, ID and link

I want to search a person and get results of there links in that database.

The field (link) has a value that points to an excel file.

So when I search that person I get a value that should point to an excel file.

And I would like to download that excel file from the browser.

I know you can link a excel file to anything.
but for my case there will be multiple excel files. So I want to search for the person that has an excel file and then dwonload it.

Can this be done. Does anyone have an example.
 
I'm not sure what you mean.
To test:
Where should I save the excel file

Then I should hyper link the excel file to the database by using Access. so it points to the excel file.
 
thanks man... it works.
Now I can create a search off all the people that have an excel file.

And be able to download them.

This is cool
 
you should save all your excel files here,
make a folder under the cnrweb folder called files

C:/Inetpub/
then try this in your web browser


if that works


save this part in to your db 282423_L.xls then write your asp like this

response.write "<a href=""files/"&Recordset1("excel_two")&""">test</a>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top