S
Simon
Can anyone help me with this one please?
I need to return the string "Record is Null" is the field is in fact a Null
but I keep getting an "object required" error message.
I am using the following code.
If oRs("Individual_Title") Is Not Null Then strIndividual_Title =
oRs("Individual_Title") Else strIndividual_Title = "Record is Null"
Thanks
I need to return the string "Record is Null" is the field is in fact a Null
but I keep getting an "object required" error message.
I am using the following code.
If oRs("Individual_Title") Is Not Null Then strIndividual_Title =
oRs("Individual_Title") Else strIndividual_Title = "Record is Null"
Thanks