thebatfink
Registered User.
- Local time
- Today, 14:56
- Joined
- Oct 2, 2008
- Messages
- 33
Hi,
I have a form which builds and executes SQL statements based on the users inputs on some checkbox and textbox controls on a form.
Currently I then take the formed SQL, create a temporary query and then open the newly created query read only. The result is the query output in the normal Access datasheet style view.
What I would like to do is form my SQL as I am currently doing, but rather than create and open a query - execute the SQL and display the results into / onto a form. One other requirement is I need the user to be able to copy the entire results to clipboard so the data can be pasted into Excel or Word for example.
Is this possible or have I got to stick with the query datasheet view?
Thanks!
I have a form which builds and executes SQL statements based on the users inputs on some checkbox and textbox controls on a form.
Currently I then take the formed SQL, create a temporary query and then open the newly created query read only. The result is the query output in the normal Access datasheet style view.
What I would like to do is form my SQL as I am currently doing, but rather than create and open a query - execute the SQL and display the results into / onto a form. One other requirement is I need the user to be able to copy the entire results to clipboard so the data can be pasted into Excel or Word for example.
Is this possible or have I got to stick with the query datasheet view?
Thanks!