|
|
|
|
|
| | |
|
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
finding a NULL using If statement |
From: |
Hector Cintron |
Date: |
7/8/1999 9:26:57 PM |
IP: |
12.8.184.42 |
Hi.
Ive started to play with a access database and I have run into a problem. I can list the contents of the database with no problem but some fields are blank. What I would like to do is an If statement so if the field is empty It will display something else. Something like:
If CmdSimpleSelect("name") = "" Then
Response.Write "THis is empty"
Else
CmdSimpleSelect("name")
End If
THanks in advanced.
Hector.
|
Follow Up - Re: finding a NULL using If statement - Tim 7/9/1999 7:58:51 AM
|
|
|
|
|
|
|
|
|
|
|
|