PC Review


Reply
Thread Tools Rate Thread

Distributing an Access application

 
 
Larry Pittman
Guest
Posts: n/a
 
      11th Aug 2003
I have a project that's due but I have some parameters that I'm not
sure how to meet.

I need to distribute an Access App using version 2000/2002 to a wide
group of people. I will not be able to control who gets this app, but
I need to make it as secure as possible and at the same time have it
work with the same workgroup they're already working in. Or, unless I
can programmatically unjoin and join a workgroup then it's no big
deal. It's ok if they have to log in, but I can't have them looking at
code and changing reports.

Can anyone help with this? If we have to pay for a 3rd party product,
then that's ok, but I need to be able to do this.

Are their any good books for this?

Thanks in advance!

-Larry
 
Reply With Quote
 
 
 
 
Lynn Trapp
Guest
Posts: n/a
 
      11th Aug 2003
Get a copy of the Security FAQ document, read it several times, and follow
it to the letter. There is a link to it on the Security page of my website.

--
Lynn Trapp
MS Access MVP
www.ltcomputerdesigns.com
Access Security: www.ltcomputerdesigns.com/Security.htm



"Larry Pittman" <(E-Mail Removed)> wrote in message
news(E-Mail Removed)...
> I have a project that's due but I have some parameters that I'm not
> sure how to meet.
>
> I need to distribute an Access App using version 2000/2002 to a wide
> group of people. I will not be able to control who gets this app, but
> I need to make it as secure as possible and at the same time have it
> work with the same workgroup they're already working in. Or, unless I
> can programmatically unjoin and join a workgroup then it's no big
> deal. It's ok if they have to log in, but I can't have them looking at
> code and changing reports.
>
> Can anyone help with this? If we have to pay for a 3rd party product,
> then that's ok, but I need to be able to do this.
>
> Are their any good books for this?
>
> Thanks in advance!
>
> -Larry



 
Reply With Quote
 
Joan Wild
Guest
Posts: n/a
 
      11th Aug 2003
In addition to securing the application (you can secure it and not require a
login), you can also distribute a MDE, which will prevent any tampering with
code or reports.

--
Joan Wild
Microsoft Access MVP

"Larry Pittman" <(E-Mail Removed)> wrote in message
news(E-Mail Removed)...
> I have a project that's due but I have some parameters that I'm not
> sure how to meet.
>
> I need to distribute an Access App using version 2000/2002 to a wide
> group of people. I will not be able to control who gets this app, but
> I need to make it as secure as possible and at the same time have it
> work with the same workgroup they're already working in. Or, unless I
> can programmatically unjoin and join a workgroup then it's no big
> deal. It's ok if they have to log in, but I can't have them looking at
> code and changing reports.
>
> Can anyone help with this? If we have to pay for a 3rd party product,
> then that's ok, but I need to be able to do this.
>
> Are their any good books for this?
>
> Thanks in advance!
>
> -Larry



 
Reply With Quote
 
Ali
Guest
Posts: n/a
 
      11th Aug 2003
Hi,

I've had a very similar problem where I had to create a
survey using Access and have people log on to bring up
their surveys and etc.

The way I implemented security was to create a
username/password table where usernames and passwords were
kept. Then I turned off all menus, toolbars and all that
stuff and also unclicked everything under Startup options.
I also implemented code to prevent people from using the
Shift key to view code and tables. Maybe it was a very
amateur way of approaching the problem, but it worked. I
thought this would be an easy way after reading all that
Access security stuff. Then all I did was to put the file
on some shared folder with read, write, execute and modify
rights.

I hope that helps

Ali
 
Reply With Quote
 
Rick Brandt
Guest
Posts: n/a
 
      11th Aug 2003
"Ali" <(E-Mail Removed)> wrote in message news:02b301c3602c$440f5970$(E-Mail Removed)...
> Hi,
>
> I've had a very similar problem where I had to create a
> survey using Access and have people log on to bring up
> their surveys and etc.
>
> The way I implemented security was to create a
> username/password table where usernames and passwords were
> kept. Then I turned off all menus, toolbars and all that
> stuff and also unclicked everything under Startup options.
> I also implemented code to prevent people from using the
> Shift key to view code and tables. Maybe it was a very
> amateur way of approaching the problem, but it worked. I
> thought this would be an easy way after reading all that
> Access security stuff. Then all I did was to put the file
> on some shared folder with read, write, execute and modify
> rights.


As long as you understand that this will only be "secure" from people who have no
idea how to use Access then that's ok. For instance a user could open any other
Access file and import or link to your password table and then know all of the
UserNames and Passwords.


 
Reply With Quote
 
Terry Kreft
Guest
Posts: n/a
 
      12th Aug 2003
There's a command line switch to tell Access which workgroup file to use.

So you
Create your app and secure it against a workgroup file of your own
Distribute the app and the workgroup file
During the installation process create shortcuts to your ap and include
th e/wrkgrp switch to point to your workgroup file


Terry

"Larry Pittman" <(E-Mail Removed)> wrote in message
news(E-Mail Removed)...
> I have a project that's due but I have some parameters that I'm not
> sure how to meet.
>
> I need to distribute an Access App using version 2000/2002 to a wide
> group of people. I will not be able to control who gets this app, but
> I need to make it as secure as possible and at the same time have it
> work with the same workgroup they're already working in. Or, unless I
> can programmatically unjoin and join a workgroup then it's no big
> deal. It's ok if they have to log in, but I can't have them looking at
> code and changing reports.
>
> Can anyone help with this? If we have to pay for a 3rd party product,
> then that's ok, but I need to be able to do this.
>
> Are their any good books for this?
>
> Thanks in advance!
>
> -Larry



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Distributing application with Access database Tomas Machala Microsoft Dot NET Framework Forms 1 20th Jul 2005 02:58 PM
Query about distributing an Access Application : Irshad Alam Microsoft Access 1 23rd Aug 2004 02:51 PM
Distributing Access application George Papadopoulos Microsoft Access 1 5th Apr 2004 12:11 PM
Distributing an Access application Larry Pittman Microsoft Access Forms 3 12th Aug 2003 09:20 AM
Distributing an Access application Larry Pittman Microsoft Access 3 12th Aug 2003 09:20 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:34 AM.