Checking for Nulls in Fields
- From: Bernie Hunt <bhunt@xxxxxxxxxxxxx>
- Date: Thu, 09 Mar 2006 08:25:14 -0800
Is there a cleaner way to check for nulls in fields? Faster, shorter in
code, or just better way?
If Not IsDBNull(drPatients("Address")) Then tmpStrAddress = CStr(drPatients
("Address"))
Thanks,
Bernie
.
- Follow-Ups:
- Re: Checking for Nulls in Fields
- From: Marina Levit [MVP]
- Re: Checking for Nulls in Fields
- Prev by Date: Re: Datagrid aggregation in each cell
- Next by Date: Re: Checking for Nulls in Fields
- Previous by thread: Anything special about UNICODE
- Next by thread: Re: Checking for Nulls in Fields
- Index(es):
Relevant Pages
|
|