Is it possible to change a Null data type to ZeroLength String????
Thanks for your help.
------------------
Visual Basic Programmer
------------------
PolComSoft
You will hear a lot about it.
Printable View
Is it possible to change a Null data type to ZeroLength String????
Thanks for your help.
------------------
Visual Basic Programmer
------------------
PolComSoft
You will hear a lot about it.
I don't know what you are trying to do, but try to use:
IIf(RecordSet1.Fields(0).Value=Null,"",
RecordSet1.Fields(0).Value)