[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

=?Utf-8?B?cm9kY2hhcg==?=

4/3/2004 2:26:00 AM

Hello, i'm not really familar with ASP scripting but am in the process of learning. What i have to do is get an access database that is essentially a list of data obtained once a day. Their are three main column
"Paramater" "Value" "Date
Now in this list, parameter is the label for the "value". What i need to do is generate a table ideally in asp that would create column labels that would actually be the paramter value in the list. For example, lets say i have three types of paramters: "volume" "pressure" "flow" and i want to create a table with those values as the heading, then sort the values by their date. Could somebody lead me in the right direction. If the database had the same column labels as the table i need to generate i could do this at my current skill level, but i am unsure how to do this. Thanks for your help
1 Answer

Greg Chagnon

4/3/2004 10:00:00 PM

0

Hi M. Swanson,

If using ASP you could use the DRW to generate the code to accomplish this.
See http://office.microsoft.com/assistance/hfws.aspx?AssetID=HP010531651033&CTT=1&Origin=EC010231151033&QueryID...

--
Mike -- FrontPage MVP '97 - '02
http://www.websunl...


"M Swanson" <anonymous@discussions.microsoft.com> wrote in message news:3B674B80-86F6-4CB4-9B46-25F7A87019BB@microsoft.com...
> Hello, i'm not really familar with ASP scripting but am in the process of learning. What i have to do is get an access database
that is essentially a list of data obtained once a day. Their are three main columns
> "Paramater" "Value" "Date"
> Now in this list, parameter is the label for the "value". What i need to do is generate a table ideally in asp that would create
column labels that would actually be the paramter value in the list. For example, lets say i have three types of paramters:
"volume" "pressure" "flow" and i want to create a table with those values as the heading, then sort the values by their date. Could
somebody lead me in the right direction. If the database had the same column labels as the table i need to generate i could do this
at my current skill level, but i am unsure how to do this. Thanks for your help