Team:
I found this while attempting to use DLookup for the first time.
I got DLookup working meaning no #Name? error.
e.g.
tried string assembly in text box, no go
query worked perfectly every time
only issue ...
blank text box ...
Since I always test, I accidentally moved the mouse over text box.
TA-DAH!
It showed up.
major stupid ...
Why should users have to perform more than one click to get what they want?
I ended up using Me.Refresh & Me.text box.SetFocus to have data show up with one click.