dbTalk Databases Forums  

The application is done - - - now what?

comp.database.ms-access comp.database.ms-access


Discuss The application is done - - - now what? in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chuck Insight
 
Posts: n/a

Default The application is done - - - now what? - 07-15-2005 , 07:10 PM






Hi All,

I just finished creating my first all-inclusive MS-Access application. Ideally, I would prefer to prevent mischievous users from accessing everything except the switchboard items. This would include the menu system and except for the "print" shortcut button, all the control buttons. In fact, if I could somehow automate printing reports, I would hide it, too. Please reply with any recommendation.

Thanks very much,
Chuck

Reply With Quote
  #2  
Old   
Ira Solomon
 
Posts: n/a

Default Re: The application is done - - - now what? - 07-16-2005 , 03:49 PM






Chuck:

Under Tools/Database Utilities you will find an item that says Make
MDE file.

Assuming it is not greyed out, click on it.
If your db is X.mdb you will get X.mde created.
The mde file will do what your current MDB does, but all design info
is stripped. Your code, properties, etc. can not be seen.

This is just what you want it to do.

If ithe line is greyed out, try going tino design for a module, choose
debug and then compile. It should allow it then. If not check help.

This is the somplest way to do what you want.

Good luck
Ira Solomon

On Sat, 16 Jul 2005 00:10:57 GMT, "Chuck Insight"
<j.gillham (AT) insightbb (DOT) com> wrote:

Quote:
Hi All,

I just finished creating my first all-inclusive MS-Access application. Ideally, I would prefer to prevent mischievous users from accessing everything except the switchboard items. This would include the menu system and except for the "print" shortcut button, all the control buttons. In fact, if I could somehow automate printing reports, I would hide it, too. Please reply with any recommendation.

Thanks very much,
Chuck


Reply With Quote
  #3  
Old   
Chuck Insight
 
Posts: n/a

Default Re: The application is done - - - now what? - 07-17-2005 , 02:16 PM



Thanks for this reply, but this will not quite get the complete job done.

Closer to what I had in mind would be making an executable file that:
1 - hides everything except the auto-execute opening switchboard,
2 - exits the application if the user exits the switchboard,
3 - prohibits viewing everything but the switchboard, yet
4 - supports all the functionality built into the application

Again, thanks


"Ira Solomon" <isolomon (AT) solomonltd (DOT) com> wrote

Quote:
Chuck:

Under Tools/Database Utilities you will find an item that says Make
MDE file.

Assuming it is not greyed out, click on it.
If your db is X.mdb you will get X.mde created.
The mde file will do what your current MDB does, but all design info
is stripped. Your code, properties, etc. can not be seen.

This is just what you want it to do.

If ithe line is greyed out, try going tino design for a module, choose
debug and then compile. It should allow it then. If not check help.

This is the somplest way to do what you want.

Good luck
Ira Solomon

On Sat, 16 Jul 2005 00:10:57 GMT, "Chuck Insight"
j.gillham (AT) insightbb (DOT) com> wrote:

Hi All,

I just finished creating my first all-inclusive MS-Access application.
Ideally, I would prefer to prevent mischievous users from accessing
everything except the switchboard items. This would include the menu system
and except for the "print" shortcut button, all the control buttons. In
fact, if I could somehow automate printing reports, I would hide it, too.
Please reply with any recommendation.
Quote:
Thanks very much,
Chuck




Reply With Quote
  #4  
Old   
Ira Solomon
 
Posts: n/a

Default Re: The application is done - - - now what? - 07-17-2005 , 03:48 PM



THe mde provices for all of that.
You may need to also goto to both startup and options under tools and
disable toolbars, menus, db window, etc.

On Sun, 17 Jul 2005 19:16:17 GMT, "Chuck Insight"
<j.gillham (AT) insightbb (DOT) com> wrote:

Quote:
Thanks for this reply, but this will not quite get the complete job done.

Closer to what I had in mind would be making an executable file that:
1 - hides everything except the auto-execute opening switchboard,
2 - exits the application if the user exits the switchboard,
3 - prohibits viewing everything but the switchboard, yet
4 - supports all the functionality built into the application

Again, thanks


"Ira Solomon" <isolomon (AT) solomonltd (DOT) com> wrote in message
news:gcsid19e5g57srcbn2gl1i8hr0t1rqbjg1 (AT) 4ax (DOT) com...
Chuck:

Under Tools/Database Utilities you will find an item that says Make
MDE file.

Assuming it is not greyed out, click on it.
If your db is X.mdb you will get X.mde created.
The mde file will do what your current MDB does, but all design info
is stripped. Your code, properties, etc. can not be seen.

This is just what you want it to do.

If ithe line is greyed out, try going tino design for a module, choose
debug and then compile. It should allow it then. If not check help.

This is the somplest way to do what you want.

Good luck
Ira Solomon

On Sat, 16 Jul 2005 00:10:57 GMT, "Chuck Insight"
j.gillham (AT) insightbb (DOT) com> wrote:

Hi All,

I just finished creating my first all-inclusive MS-Access application.
Ideally, I would prefer to prevent mischievous users from accessing
everything except the switchboard items. This would include the menu system
and except for the "print" shortcut button, all the control buttons. In
fact, if I could somehow automate printing reports, I would hide it, too.
Please reply with any recommendation.

Thanks very much,
Chuck




Reply With Quote
  #5  
Old   
Chuck Insight
 
Posts: n/a

Default Re: The application is done - - - now what? - 07-18-2005 , 06:42 AM



Thanks very much Ira,

I was unaware these options existed, and will try your recommendations
presently.

Chuck

"Ira Solomon" <isolomon (AT) solomonltd (DOT) com> wrote

Quote:
THe mde provices for all of that.
You may need to also goto to both startup and options under tools and
disable toolbars, menus, db window, etc.

On Sun, 17 Jul 2005 19:16:17 GMT, "Chuck Insight"
j.gillham (AT) insightbb (DOT) com> wrote:

Thanks for this reply, but this will not quite get the complete job done.

Closer to what I had in mind would be making an executable file that:
1 - hides everything except the auto-execute opening switchboard,
2 - exits the application if the user exits the switchboard,
3 - prohibits viewing everything but the switchboard, yet
4 - supports all the functionality built into the application

Again, thanks


"Ira Solomon" <isolomon (AT) solomonltd (DOT) com> wrote in message
news:gcsid19e5g57srcbn2gl1i8hr0t1rqbjg1 (AT) 4ax (DOT) com...
Chuck:

Under Tools/Database Utilities you will find an item that says Make
MDE file.

Assuming it is not greyed out, click on it.
If your db is X.mdb you will get X.mde created.
The mde file will do what your current MDB does, but all design info
is stripped. Your code, properties, etc. can not be seen.

This is just what you want it to do.

If ithe line is greyed out, try going tino design for a module, choose
debug and then compile. It should allow it then. If not check help.

This is the somplest way to do what you want.

Good luck
Ira Solomon

On Sat, 16 Jul 2005 00:10:57 GMT, "Chuck Insight"
j.gillham (AT) insightbb (DOT) com> wrote:

Hi All,

I just finished creating my first all-inclusive MS-Access application.
Ideally, I would prefer to prevent mischievous users from accessing
everything except the switchboard items. This would include the menu
system
and except for the "print" shortcut button, all the control buttons. In
fact, if I could somehow automate printing reports, I would hide it, too.
Please reply with any recommendation.

Thanks very much,
Chuck






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.