473,399 Members | 2,159 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

I finished the application - - - now what?

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
Nov 13 '05 #1
10 2472
Chuck Insight 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


Create an autoexec macro. In the macro, run your reports, then quit the
app. You may want to inform the users the reports are running via a form.
Nov 13 '05 #2
Chuck Insight 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


Create an autoexec macro. In the macro, run your reports, then quit the
app. You may want to inform the users the reports are running via a form.
Nov 13 '05 #3
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
"Salad" <oi*@vinegar.com> wrote in message
news:T%*****************@newsread1.news.pas.earthl ink.net...
Chuck Insight 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


Create an autoexec macro. In the macro, run your reports, then quit the
app. You may want to inform the users the reports are running via a form.

Nov 13 '05 #4
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
"Salad" <oi*@vinegar.com> wrote in message
news:T%*****************@newsread1.news.pas.earthl ink.net...
Chuck Insight 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


Create an autoexec macro. In the macro, run your reports, then quit the
app. You may want to inform the users the reports are running via a form.

Nov 13 '05 #5
Chuck Insight 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
Since the user can only view a switchboard, what functionality is there
but exiting the app?

"Salad" <oi*@vinegar.com> wrote in message
news:T%*****************@newsread1.news.pas.earthl ink.net...
Chuck Insight 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


Create an autoexec macro. In the macro, run your reports, then quit the
app. You may want to inform the users the reports are running via a form.


Nov 13 '05 #6
Chuck Insight 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
Since the user can only view a switchboard, what functionality is there
but exiting the app?

"Salad" <oi*@vinegar.com> wrote in message
news:T%*****************@newsread1.news.pas.earthl ink.net...
Chuck Insight 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


Create an autoexec macro. In the macro, run your reports, then quit the
app. You may want to inform the users the reports are running via a form.


Nov 13 '05 #7
On Sun, 17 Jul 2005 20:28:26 GMT, Salad <oi*@vinegar.com> wrote:
Since the user can only view a switchboard, what functionality is there
but exiting the app?


I'm sorta new at Access but I have written some apps using VB and
Access in the back but I have never come across the term switchboard?

What does it mean?

Thanks.
Nov 13 '05 #8
On Sun, 17 Jul 2005 20:28:26 GMT, Salad <oi*@vinegar.com> wrote:
Since the user can only view a switchboard, what functionality is there
but exiting the app?


I'm sorta new at Access but I have written some apps using VB and
Access in the back but I have never come across the term switchboard?

What does it mean?

Thanks.
Nov 13 '05 #9
Rog
New Guy,

A switchboard is a system of one or more menu forms. You can use the
switchboard manager (under tools / add-ins) to create one.

Rog

Nov 13 '05 #10

"Chuck Insight" <j.*******@insightbb.com> wrote in message
news:y6yCe.162031$_o.44926@attbi_s71...
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,
Right click on the database window, click on startup.
Enter you swichboard form in Display Form: "May not need autoexec
macro"
Uncheck display database.
2 - exits the application if the user exits the switchboard,
Add "Application.Quit acPrompt", to the On close event of your switchboard
3 - prohibits viewing everything but the switchboard, yet
These are 2 soft security steps, easily bypassed by knowledgeable users.

Add a macro named {F11} to disable using F11 do display the database.
Create a new application toolbar and have your switchboard switch it for the
default.
4 - supports all the functionality built into the application

Again, thanks
"Salad" <oi*@vinegar.com> wrote in message
news:T%*****************@newsread1.news.pas.earthl ink.net...
Chuck Insight 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
Create an autoexec macro. In the macro, run your reports, then quit the
app. You may want to inform the users the reports are running via a

form.

Nov 13 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Bernhard | last post by:
I am not sure if php can achieve this, but i guess that my problem shoulb be solved with an server side language. Is there any way i can tell if a visitor of my website has finished a download?...
0
by: Chuck Insight | last post by:
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...
1
by: pj | last post by:
Hi, I want to measure host loads (using system(uptime)) every 10 seconds while I am running an application written in C, and write the host load average during the application execution to a...
9
by: EMW | last post by:
I have finished my web application in ASPX, but HOW do I put WHAT on the server to be able to run the site? I upload the files to a remote server, so I can't do it with a setup file. rg. Eric
0
by: WATYF | last post by:
This is my problem... I have some code that starts a Process and returns it to a variable... (prcBat) At any time while that process is running... I want to be able to Kill it by pressing a...
0
by: bloggs | last post by:
I am writting an application that runs on an FTP server. The purpose of the app is to uncompress gzip files that are sent to the server and then move the file to another folder according to it's...
0
by: Benjamin Bittner | last post by:
hallo ng, first of all, for the zipping progress i use the ziplib from http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx now to my problem. im trying to build a little application...
4
by: Andreas.Burman | last post by:
Hi I call a program through exec that can take a long time to execute. This is fine but I would like to show some kind of animation or something while the program is running and when it is...
13
by: writeson | last post by:
Hi all, I'm writing some code that monitors a directory for the appearance of files from a workflow. When those files appear I write a command file to a device that tells the device how to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.