D
David
I have a function that prints to the immediate window this way:
Debug.Print rs(0).Name; " is "; rs(0).Value
How can I display this info in a text box on a form?
Debug.Print rs(0).Name; " is "; rs(0).Value
How can I display this info in a text box on a form?