Can this be done at all?

S

Sam

I would want to link file so that when button is pressed this file is opened.

But the thing is that I have repating table and in every record there is a
button, and every record has also own file. So when button is pressed the
file associated to this certain record is opened. The file search should be
done somehow comparing the record's field1 with file's name.

Is there any change of doing this or does anyone know any other solution?
 
K

Kevin Spencer

You will need to write a server-side web application using ASP, ASP.Net,
PHP, or whatever is available on your web server.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
Top