I have a valid DLookUp text box that returns the proper data. I am attempting to determine if the DLookUp has been executed or if the returned value is blank.
I have used the If IsNull, The IIf(IsNull0, and the If Len(Me.Text & vbNullString) = 0 possibilities and all generate an error of some sort.
Any other possibilities?
Thanks