Dangermaus3
Guest
|
Posted:
Sat Jan 22, 2005 4:25 am Post subject:
How do I add a "hyperlink data part" to a SQL query? |
|
|
I have not ever used the Microsoft web development tools, but with my recent
adaption of SharePoint, I'm finding myself wanting to move more and more of
my reporting to SharePoint and the IIS technologies. My question is this: I
want to have a series of pages that navagate and drill down a large set of
information. This data resides in several SQL server tables but I have a
single query to flatten out all the data to a single (large) table.
For example, page one would show companies and some numbers relating to
them, then click on a company and go to page 2 showing the departments and
the same numbers per department. Click on a dept to go to page 3 and see
person data with the same numbers again.
I'm sure this is easy, but when I use FrontPage and create the web part to
display the data I see no way to put a link into the data. Its gotta be
easy, I just don't see it. |
|