Tagged Questions
1
vote
1answer
619 views
VBA Code to Count all Columns that are numeric in ListBox containing SQL Query Results
This is in Access 2007. I have tried writing somethig like:
Forms!MyForm!TextBox = Count(ISNUMERIC(ISNUMERIC(QueryResult.Reading)))
But this returns non-numeric results.
I have also tried:
...