L
Leif Nystrom
I have following very simple code in a listbox' row source:
SELECT DISTINCT [Name1] & [Name2] FROM Table1 WHERE [Name3]
= "Hugo" i.e selecting Name1 and Name2 from the value in
the Name3 field. Works correcly but when replacing "Hugo"
with the Form textbox name return nothing in the list box.
Why? Any sugestions to correct the problem?
Thanks
Leif
SELECT DISTINCT [Name1] & [Name2] FROM Table1 WHERE [Name3]
= "Hugo" i.e selecting Name1 and Name2 from the value in
the Name3 field. Works correcly but when replacing "Hugo"
with the Form textbox name return nothing in the list box.
Why? Any sugestions to correct the problem?
Thanks
Leif