I am performing a query that returns values for each 15 minute period in given day. So when I query for a given date, I'm returned a row from the data base which displays a value for each of the 96 intervals (int001, int002, int003...etc.) Because they are all part of the same row in the database, that's how they are being returned. What I would like to do is perform a query that would return those values not in a row, but under a single column...hope this helps!
[This message has been edited by structure (edited 08-29-2001).]