Hi

I am working on a project in Visual Basic 5 and SQL Server 7 as database where I need to insert and update data in text type fields.

The problem I am facing is that whenever I check for null values in text type fields I am getting an error trying to insert or update.

Is there a way to check for null values in text fields and bypass it if its true.

Any help would be highly appreciated.

Thanks in advance.