I think we need some more info. It's pretty easy to display
the contents of
a table on a page...I'm just not sure what you want.
Also, which programming language are you using?
"ihateasp" <webforumsuser@macromedia.com> wrote in
message
news:f5dm8g$rcs$1@forums.macromedia.com...
>I am trying to display a specific piece of dynamic text
on a page and am
>having
> issues.
>
> I have a generic recordset up to view all content in a
table. e.g.
>
> SELECT *
> FROM tblcontent
>
> I want the dynamic text to display only the data from
one field by ID and
> there will be three unique entries on the page.
>
> i guess i need to write some sort of equal statement to
say something like
>
> <display fldtitle> equal fldID & then value =
x>
>
> The contents of fldtitle will alter but the ID wont...
>
> I have tried every combination I can think of ... can
anybody help .... if
> you
> understand what i mean
>
>