DATA SOURCE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have created a report based on a query. i want to keep the design of the report but i want to change the query it gets the data from. could something like that be achieved?
 
Yes. Assuming that the new query contains all the fields referenced by
the Report. You can either copy the Report Format and paste it with a
new name, then change the data source of the new Report Format or
write code in a single Report's Open Event to allow the user to
specify different data sources.

i have created a report based on a query. i want to keep the design of the report but i want to change the query it gets the data from. could something like that be achieved?

Please respond to the Newsgroup, so that others may benefit from the exchange.
Peter R. Fletcher
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top