Hi Chris

"StartDateTime", "EndDateTime"..etc...etc are all field names in an oracle table. This data is info logged about internet calls. Basically, people can go onto the database to findout how much time and cash they have spent surfing the net and each call is logged and recorded individually. So there is much more than one piece of data, but I need to darw out all the call data for a specific number.
For instance, all the calls ade from the number, - 0800 080808 for example, I want to display an HTML table of the view from the oracle database and so I want to put all the startdatetime values for 0800 080808 into one array - and so on, then I can associate the array with the relavent field in the nice looking html table.
This probably sounds a bit of a mouthful but I really am a complete beginner ( 2 months with vb - 1 month with oracle). I appreciate the help though - cheers.

Skeen