I have a database table that contains a set of recordsets call voicetypea to voicetype o and i want to loop through them so that i can list them but avoid gaps for any that have nothing in them
i have tried this
does not quite work though
any advice would be appreciated
i have tried this
Code:
<% for i = asc("A") to asc("O")
response.Write yaketyRecordset("voicetype(chr(i))" & "<br />")
next %>
any advice would be appreciated
Comment