R
raviyah
I have a dlookup in a text box on a form.
=DLookUp("username","tbluser","userid= " & [txtuserid]))
If there is a value in txtuser then the dlookup works fine. if not, I get an
#error in the text box. i have tried iif(..) but can't get the message to go
away.
=DLookUp("username","tbluser","userid= " & [txtuserid]))
If there is a value in txtuser then the dlookup works fine. if not, I get an
#error in the text box. i have tried iif(..) but can't get the message to go
away.