Hi,
I have a database with lots of fields, some of which are still empty and are to be filled in at a later stage. Is there any way of writing an IF statement (or any other method) that will allow these empty records to be 'shown' in my textboxes in Visual Studio, without receiving the error:
Conversion from type 'DBNull' to type 'String' is not valid.
?
Thanks in advance.
Collin