A
Andy Levy
I have a text box on a form. The forms control source is tableA
However I want the text box's control source to be a value from tableB.
In this sort of way :
"SELECT [tableB].[fieldX] FROM [tableB] WHERE [tableB].[fieldY] = " &
me.fieldZ
Thanks for any help
Andy
However I want the text box's control source to be a value from tableB.
In this sort of way :
"SELECT [tableB].[fieldX] FROM [tableB] WHERE [tableB].[fieldY] = " &
me.fieldZ
Thanks for any help
Andy