- Local time
- Today, 16:47
- Joined
- Feb 19, 2002
- Messages
- 46,526
This sample shows several options for data selection as well as several options for data output.
Printing a report is simple. Printing a report for a specific client is a little more complicated, Printing a report for every client record in a file requires a VBA Loop, Printing a report for a selected group requires more thought. This sample shows a method that uses a multi-select listbox.
The output to Excel doesn't send a report, it sends the underlying data file. This example shows how to do it if your export query needs different formatting options for dates (for example).
Printing a report is simple. Printing a report for a specific client is a little more complicated, Printing a report for every client record in a file requires a VBA Loop, Printing a report for a selected group requires more thought. This sample shows a method that uses a multi-select listbox.
The output to Excel doesn't send a report, it sends the underlying data file. This example shows how to do it if your export query needs different formatting options for dates (for example).
Attachments
Last edited: