G
Guest
This is really silly. I have a text box. I want to default value of the
text box to be the result of a query that will return only 1 value. And what
I get is "#Name?"
For example, I have a short table that has folks' logon IDs and their
corresponding full name. I have the code that gets a person's logon ID.
That's working fine. I have a query that uses that function and returns the
correct person's full name. But, when I use that query as the default value
of the text box, I get the garbage above.
What am I doing wrong?
text box to be the result of a query that will return only 1 value. And what
I get is "#Name?"
For example, I have a short table that has folks' logon IDs and their
corresponding full name. I have the code that gets a person's logon ID.
That's working fine. I have a query that uses that function and returns the
correct person's full name. But, when I use that query as the default value
of the text box, I get the garbage above.
What am I doing wrong?