This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > August 2004 > MS Access Database
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
MS Access Database
|
|
| RICHARD ABRAHAM 2004-08-13, 7:18 pm |
| 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.
| |
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|