Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Andrzejek on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report Designer

Status
Not open for further replies.

paullem

Programmer
Jan 21, 2005
80
GB
Hi,

Does anyone know of a way of locking down an Access 2003 database so the end user only has access to the report designer?

Many Thanks
 
Hi Paul,

Sure,

Create a Blank, new database and link the backend tables.

Now, your users can use the new DB to create and modify Reports.

If needed, you can call those new reports from the Main App/Frontend by declaring a routine as Public and placing the code needed to run the report in the Public function. Now call the function from your main app.

Hope This Helps,
Hap...


Access Developer [pc] Access based Accounting Solutions - with free source code
Access Consultants forum
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top