Question : Export table to Excel

How can I export table to Excel by click of button.
And how can I filter exported data - I need to export records with checkboxes that are checked only.

Answer : Export table to Excel

>Do you mean to create query first and then get input from user and call this query?
You have to create a query with the appropriate parameter pass at the same time.

>How can I pass parameters to quiery that(parameters) are received from user input?
For a parameter with a user prompt, just use square brackets, like [Enter the beginning date here]

>But now when I run it to test it prompt me to enter Parameter Value Forms!Export To
The above SQL assumes that you have a form open named Export to Excel.  If you don't, this error will occur.
Random Solutions  
 
programming4us programming4us