P
Paul
How can I keep the "No Records Returned" message from
displaying in a database results table? I have a page
with many database results fields, but there will never
be a case when all of them should be active. Based on
changes made to a database, I want the page to
dynamically activate only those database results tables
that have data to display. For the others, when there
are no records that meet the criteria, I don't want the
page to have any sign that a table of information could
be displayed in that spot under other conditions.
I can't figure out how to make nothing happen when no
records are returned. Do I need to create an ASP "If
Then" statement that checks to see if there are any
records that meet the criteria, and skips all the lines
of Database Results code if the answer is no? Does
anyone know the syntax for this, or do you have other
suggestions? Thanks!
displaying in a database results table? I have a page
with many database results fields, but there will never
be a case when all of them should be active. Based on
changes made to a database, I want the page to
dynamically activate only those database results tables
that have data to display. For the others, when there
are no records that meet the criteria, I don't want the
page to have any sign that a table of information could
be displayed in that spot under other conditions.
I can't figure out how to make nothing happen when no
records are returned. Do I need to create an ASP "If
Then" statement that checks to see if there are any
records that meet the criteria, and skips all the lines
of Database Results code if the answer is no? Does
anyone know the syntax for this, or do you have other
suggestions? Thanks!