Busy trying to get to grips with ASP and can get data from Access DB. However, have built table in the ASP page to hold data but wish to hide rows where there is no data? Anyone point me to a snippet of code that does this.
TIA
Wrinkle
1:32 pm on May 8, 2001 (gmt 0)
No worries, finally found the answer. For those interested: put before <tr> table tag <% if Not isnull(recordsetname.Fields.Item("fieldname")) AND recordsetname.Fields.Item("fieldname")<> "" Then %>