| Murray *TMM* 2004-08-11, 12:15 pm |
| <% if (AllProjects.Fields.Item("ProjectWeb").Value) = "" then %>
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"RICHARD ABRAHAM" <webforumsuser@macromedia.com> wrote in message
news:cfcs3k$9q$1@forums.macromedia.com...
> Hi,
> I'm pulling into an ASP page a field from an Access 2000 table. For some
> records this field is blank. In the ASP page I want to show an icon for
just
> the records that contain data. Where the record is blank I do not want to
> display anything. I can use an if... else statement, e.g.
>
> <% if (AllProjects.Fields.Item("ProjectWeb").Value) = "null" then %>
>
> but the "null" does not identify the blank records. Does anyone know what
I
> can use in this statement to indentify blank records?
>
> Cheers,
> Rich.
>
|