I have the following code in the middle of a loop, each line of code is surrounded by the < percentage symbols >, and I am outputting to an active server page (if that matters?).
I can get the first field in a record with:
=RS("OrganizationName"
but when I try for a second field I get an error:
=RS("OrganizationName"
=RS("Region"
"ADO could not find the object in the collection"
The field name is spelled right and there are no hidden spaces, when I do the following it also works fine, although I don't need the same name twice.
=RS("OrganizationName"
=RS("OrganizationName"
Any help would be appreciated.
I can get the first field in a record with:
=RS("OrganizationName"
but when I try for a second field I get an error:
=RS("OrganizationName"
=RS("Region"
"ADO could not find the object in the collection"
The field name is spelled right and there are no hidden spaces, when I do the following it also works fine, although I don't need the same name twice.
=RS("OrganizationName"
=RS("OrganizationName"
Any help would be appreciated.