I have a procedure that takes in a query name as an argument, then returns values based on that query. If I have 30 such queries, with the name Query1 thorugh Query30. I want to populate txtBox1 with Query1's results, etc.
However when I try and name pass the n as the "1" in query1 and construct Me!txtBox1, it reads this as text. How would i get this to work?
However when I try and name pass the n as the "1" in query1 and construct Me!txtBox1, it reads this as text. How would i get this to work?