Hi all,
I am trying to access a field through the field object. I have a list of fields that runs from 01-54, 01r-54r. The code I have I can access the 01-54 but not the 01r-54r. Is there something wrong with the code or is it impossible to access this way?
<%cntr
While cntr<55%>
...
<%=fi.fields(cntr & "r")%>
...
<%cntr=cntr+1
Wend%>
I have also tried to by access by name with the variable cntr:
<%=fi(cntr & "r")%>
This never works. Is it possible to access fields this way?
Thanks...
KT
I am trying to access a field through the field object. I have a list of fields that runs from 01-54, 01r-54r. The code I have I can access the 01-54 but not the 01r-54r. Is there something wrong with the code or is it impossible to access this way?
<%cntr
While cntr<55%>
...
<%=fi.fields(cntr & "r")%>
...
<%cntr=cntr+1
Wend%>
I have also tried to by access by name with the variable cntr:
<%=fi(cntr & "r")%>
This never works. Is it possible to access fields this way?
Thanks...
KT