MustangManny
MIS
Hello.
I have a VBScript statemnet that checks to see if a field value is a particular value which subsequently executes the line of script according to that value.
My problem is this.
On a page that writes all the fields from the database, if I reference the very LAST field (Column) from the database, the rest of the fields do not display on the page. It's as if it skipped the rest of the fields prior to the very last field of the table that I am calling.
For example:
I call this to display
Field1
Field2
Field3
Field4
Field5
But If I call
Field 5 third ,instead of in sequence which would be Field 3
I get this:
Field1
Field2
Field5
Then it ends. Field 3 nor 4 show up.
Is there a way to select all fields non-sequentially or a way around this?
Thanks in advance.
Manny
Posted here after no response in SQL forum.
It is a VBScripy related too I would think.
I have a VBScript statemnet that checks to see if a field value is a particular value which subsequently executes the line of script according to that value.
My problem is this.
On a page that writes all the fields from the database, if I reference the very LAST field (Column) from the database, the rest of the fields do not display on the page. It's as if it skipped the rest of the fields prior to the very last field of the table that I am calling.
For example:
I call this to display
Field1
Field2
Field3
Field4
Field5
But If I call
Field 5 third ,instead of in sequence which would be Field 3
I get this:
Field1
Field2
Field5
Then it ends. Field 3 nor 4 show up.
Is there a way to select all fields non-sequentially or a way around this?
Thanks in advance.
Manny
Posted here after no response in SQL forum.
It is a VBScripy related too I would think.