Exporting single field to Excel

tblues87

Registered User.
Local time
Today, 06:57
Joined
Apr 7, 2011
Messages
22
Please can someone help me.

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'")
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.
 
You should be able to use a MACRO to do a OutPutTo, then you can do the following

Select Form
Select Form Name
Select Output format (Excel)
Select Output file name
 

Users who are viewing this thread

Back
Top Bottom