I am trying to make a report that has a whole lot of queries in it. I want to create them at run time with the Open event. I have no trouble creating the queries and populating them in a recordset, but I can't get the result into a textbox. I have tried all kinds of things. I have tried
txtResult = rst!cnt
txtResult.text = rst!cnt
txtResult.value = rst!cnt
No matter what I do I get "Object does not support this property or method," error.
txtResult = rst!cnt
txtResult.text = rst!cnt
txtResult.value = rst!cnt
No matter what I do I get "Object does not support this property or method," error.