I have here a code snippet from my website..
I'm trying to build a drop down list from a database hit.
the issue is that this code sends the server into an never ending loop..
<% Do %>
<OPTION><%=RS.FIELDS("Handle"%></OPTION>
<% Loop Until RS.EOF = True %>
I know this type of a set up works in VB.. and thought
it would work in VBA.. I assume I'm messing something up in the loop clause.. but I can't see it..
Help? LOL =)
---===///The PogoWolf\\\===---
Darkness..Bleakness..Plastic forks..?
I'm trying to build a drop down list from a database hit.
the issue is that this code sends the server into an never ending loop..
<% Do %>
<OPTION><%=RS.FIELDS("Handle"%></OPTION>
<% Loop Until RS.EOF = True %>
I know this type of a set up works in VB.. and thought
it would work in VBA.. I assume I'm messing something up in the loop clause.. but I can't see it..
Help? LOL =)
---===///The PogoWolf\\\===---
Darkness..Bleakness..Plastic forks..?