Report wizard

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

Guest

Hello:
Is there a way to open the report wizard from a form and allow the user to
create reports and save them to their hard drive instead of to the database?
Thanks,
J.
 
Jade5 said:
Hello:
Is there a way to open the report wizard from a form and allow the user to
create reports and save them to their hard drive instead of to the database?
Thanks,
J.

Nope. All the report objects in Access are stored within the database.
That being said, you should look at splitting your database into a front
end/back end if you haven't done so already.

This will give each person their own local copy of the front end, so
that the reports that they create are only available to them and not
bloating the overall database -- since the backend only contains the data.

This might be the solution to your problem
 
Note that you can export a report to another format such as .xls or .rtf.
However, if you mean to have users create reports, see Duncan's response.
 
Thank you

Duncan Bachen said:
Nope. All the report objects in Access are stored within the database.
That being said, you should look at splitting your database into a front
end/back end if you haven't done so already.

This will give each person their own local copy of the front end, so
that the reports that they create are only available to them and not
bloating the overall database -- since the backend only contains the data.

This might be the solution to your problem
 
Thank you Bruce.
J.

BruceM said:
Note that you can export a report to another format such as .xls or .rtf.
However, if you mean to have users create reports, see Duncan's response.
 
Back
Top