S
Simon
Can anyone help me with this one?
I want to return the string "Record is Null" is the file 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 Null Then strIndividual_Title =
oRs("Individual_Title") Else strIndividual_Title = "Record is Null"
Thanks
I want to return the string "Record is Null" is the file 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 Null Then strIndividual_Title =
oRs("Individual_Title") Else strIndividual_Title = "Record is Null"
Thanks