No, it is not even writing the html for lines like this:
<TR>
<TD> </TD>
<TD NOWRAP class="name"><%= rstRnd1.Fields("overall").Value %></TD>
<TD><%= rstRnd1.Fields("wwflName").Value %></TD>
</TR>
below is the source for this call --- Set rstRnd1 =
cnnSimple.Execute("SELECT overall, wwflName FROM qryWWFLDraft2003 WHERE
rnd=1 ORDER BY pick") --- :
<TABLE BORDER="0" CELLPADDING="2" CELLSPACING="0">
<TR>
<TH class="qb" width=1> </TH>
<TH class="qb" width=10>Pick</TH>
<TH class="qb" width=100>wwfl Team</TH>
</TR>
<TR>
<TD COLSPAN="3"><IMG SRC="../../images/blank.gif" height=1 width=450></TD>
</TR>
<TR>
<TD COLSPAN="3"><IMG SRC="../../images/blank.gif" height=1 width=450></TD>
</TR>
</TABLE>
[quoted text, click to view] "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
news:O8DgugtVDHA.1984@TK2MSFTNGP11.phx.gbl...
> What about in a view-source? Do you see the values there?
>
> Ray at work
>
> "Kevin" <thersitz @yahoo com> wrote in message
> news:upncVctVDHA.3924@tk2msftngp13.phx.gbl...
> > the query works fine in access
> >
> > i don't have an error resume next
> >
> > i have pared it down to one recordset and tried and no go. the really
> weird
> > part is I have another page with basically the same recordset and it
> works.
> >
> > i have css and stuff in the full page -- but i can't see that as being
the
> > problem.
> >
> > i can tell that it grabs the data -- because no error shows -- i can
> change
> > a field to a non-existent field and it throws the error. I can change
the
> > html and it writes.
> >
> > i don't get it.
> >
> > thanks for your help Ray.
>
>