I have a row that contains the value 12:00 within a datetime field. What im trying to achieve is to set this value to an empty string. So
If myDate="#12:00#" Then
myDate = String.Empty
End if
Ive tried setting String.EMpty to " ", Nothing and not getting the desired results or getting an error. Could anyone advise?
Go to the complete details ...