K
k.knudsen
I am going through a dataset with dates and I would like to compare
date fields. Example on next line.
If CoreEmployeeBirthDate <> Me.DSeePersonal.eePersonal(0).BirthDate
Then
I hit a date that is null and I get the following exception:
Throw New System.Data.StrongTypingException("The value for column
'BirthDate' in table 'eePersonal' is DBNull.", e)
Is there anyway around this exception check?
date fields. Example on next line.
If CoreEmployeeBirthDate <> Me.DSeePersonal.eePersonal(0).BirthDate
Then
I hit a date that is null and I get the following exception:
Throw New System.Data.StrongTypingException("The value for column
'BirthDate' in table 'eePersonal' is DBNull.", e)
Is there anyway around this exception check?