WHERE Not IsNull(CustomText10) AND Not IsEmpty(CustomText10)
When using the above code in my recorset to eliminate any records where CustomText10 does not contain any value, I am not being successful. The records that contain no value are nevertheless being displayed.
I also tried adding:
AND CustomText10 <> ""
Apparently this latter code is not in the correct syntax as it is giving expected end of statement error message.
When using the above code in my recorset to eliminate any records where CustomText10 does not contain any value, I am not being successful. The records that contain no value are nevertheless being displayed.
I also tried adding:
AND CustomText10 <> ""
Apparently this latter code is not in the correct syntax as it is giving expected end of statement error message.