Ok, I am having a problem with arrays. I can understand the concept , I just occasionally run into mental roadblocks trying to create them in different ways. <sigh>
Anyway, I am retrieving a recordset and I know that there can be multiple records. When there are multiple records, I want to be able to create an array for a few specific fields (I am retrieving almost 20 fields, but only need the array for the detail portion, which is 5 fields) and then display them using a For Next loop. So, I am thinking I will just create an array for each field, populate it from the recordset, and then iterate thru with the For Next loop when I'm ready to print on my ASP page. I'm running into my mental block when creating and populating. Can someone point me in the right direction? Thanks. Insanity is merely a state of mind while crazy people have a mind of their own.
Anyway, I am retrieving a recordset and I know that there can be multiple records. When there are multiple records, I want to be able to create an array for a few specific fields (I am retrieving almost 20 fields, but only need the array for the detail portion, which is 5 fields) and then display them using a For Next loop. So, I am thinking I will just create an array for each field, populate it from the recordset, and then iterate thru with the For Next loop when I'm ready to print on my ASP page. I'm running into my mental block when creating and populating. Can someone point me in the right direction? Thanks. Insanity is merely a state of mind while crazy people have a mind of their own.