Please can someone help me.
Is it possible to export single or several unbound text boxes to excel.
Text box contains this:
It is used to count answers of poll that are equal to 5. I have 5 question and 5 possible answers which means 25 text boxes.
Thank you.
Is it possible to export single or several unbound text boxes to excel.
Text box contains this:
Code:
=DCount("[Pitanje 1]";"[Query1]";"[Pitanje 1] = '5'")
Thank you.