ASP Scripting

M

M Swanson

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
 
M

MD Websunlimited

Hi M. Swanson,

If using ASP you could use the DRW to generate the code to accomplish this.
See http://office.microsoft.com/assista...CTT=1&Origin=EC010231151033&QueryID=3lB5IVhi9

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


M Swanson said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top