what i want to do is
Report_Open (macro (or coded event handling if u like) in report itself):
1. create temporary recordset (or temporary table in my case)
2. fill it
3. build query upon this recordset
4. put query as .recordsource
5. show report
... (let)
.. (user)
. (see data)...
Hello,
I use a form to show a status report on certain extensive macro operations in a textbox control.
Now I would like to enable the user to save and print this report. Saving works and printing kind of too :), but not really satisfying (German 'special' characters are replaced with graphic...
Hello there,
I am showing a report based on a temporary recordset because I there join records from different sources and would like not to change the master recordsets.
I do this in a Report_Open macro which also builds the .RecordSource SQL query statement.
This works fine but so far I cannot...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.