Report writer for end user

C

Clifford Zivi

I want to package an application that will allow the end
user to write their own ad-hoc reports; like format their
own invoices. I believe that the Report Wizard is not
available in an MDE file. If I distribute an MDB file
then my code will be accessable. How else can this be
accomplished?
 
A

Arvin Meyer

Clifford Zivi said:
I want to package an application that will allow the end
user to write their own ad-hoc reports; like format their
own invoices. I believe that the Report Wizard is not
available in an MDE file. If I distribute an MDB file
then my code will be accessable. How else can this be
accomplished?

You can secure the application and not give design rights to existing
objects. Have a look at the security FAQ:

http://support.microsoft.com/default.aspx?scid=/support/access/content/secfaq.asp
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads:
http://www.datastrat.com
http://www.mvps.org/access
 
L

Larry Linson

And, in addition to what Arvin suggests, you can package your code in an MDE
that you include with your MDB as a library, from which you call functions.

Just be aware that no security is foolproof, nor impregnable.

Larry Linson
Microsoft Access MVP
 

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

Top