Trancedified
Programmer
I have this code:
Supposedly that changes the (nulls) in my datagrid to blanks but instead it's showing 1/1/1900.
Any ideas on how to change it to a blank?
Chris
Code:
strSQL = "SELECT Toc.Name AS [Document Name], ISNULL([ID Number], ''), ISNULL([Last Name], '') FROM TD4"
Supposedly that changes the (nulls) in my datagrid to blanks but instead it's showing 1/1/1900.
Any ideas on how to change it to a blank?
Chris