R
rocco
Hello,
in the help it says that a SQL statement can be used as controlsource.
Is this possible with a textbox?
Let says I want a text box to show just one number adn thsi number will come
out from this SQl statment
SELECT COUNT(ID) FROM TBLANAG WHERE RIGHT(ID,2)='gy'
Is there a way to have the controlsource of the textbox referred to thsi
statment without having to save a query and bound the control to that?
Obviously i tried... and obviously it hasn't worked. But maybe I missed
something.
I hope this is clear...
Thanks
in the help it says that a SQL statement can be used as controlsource.
Is this possible with a textbox?
Let says I want a text box to show just one number adn thsi number will come
out from this SQl statment
SELECT COUNT(ID) FROM TBLANAG WHERE RIGHT(ID,2)='gy'
Is there a way to have the controlsource of the textbox referred to thsi
statment without having to save a query and bound the control to that?
Obviously i tried... and obviously it hasn't worked. But maybe I missed
something.
I hope this is clear...
Thanks