Different report templates

  • Thread starter Thread starter rmorrison
  • Start date Start date
R

rmorrison

I'm not sure if this is possible, so I thought I'd find out first. I
have two report templates set up for invoices for two types of client.
In the form, the user selects which teplate they want to print from an
option group and clicks a command button with 'select case' code to
print the correct report. Is it possible to set this up so I can print
a batch of invocies for a month on the correct reports, or do I have
to print them individually?

Hope you can help.
r
 
Add the code to print each report within the select case option for the
option group

You can print as many report as you like on click of a single option
 
Back
Top