[AccessD] Secure a DB...kinda?

Charlotte Foust cfoust at infostatsystems.com
Thu Jul 27 11:28:40 CDT 2006


The login depends on your mdw file.  When you secured the db, did you
create a new, secured mdw with some name besides system.mdw?  If not,
you're in trouble.  If you did, just join the system.mdw and the dialog
will go away. 


Charlotte Foust

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Mark A Matte
Sent: Thursday, July 27, 2006 9:11 AM
To: accessd at databaseadvisors.com
Subject: Re: [AccessD] Secure a DB...kinda?

I ran user security on that db...now every db I open asks for a
logon...how can I stop this?

Thanks,

Mark


>From: DWUTKA at marlow.com
>Reply-To: Access Developers discussion and problem 
>solving<accessd at databaseadvisors.com>
>To: accessd at databaseadvisors.com
>Subject: Re: [AccessD] Secure a DB...kinda?
>Date: Thu, 27 Jul 2006 10:36:27 -0500
>
>I believe a snapshot format does this, however, and this should be kept

>in mind, no matter what format you put it in, if the data is there, and

>they can print it, Office 2003 comes with OCR (Optical Character 
>Recognition) capabilities, so it wouldn't be very hard for them to take

>anything (electronic or scanned) and turn it into another format.
>
>Drew
>
>-----Original Message-----
>From: Mark A Matte [mailto:markamatte at hotmail.com]
>Sent: Thursday, July 27, 2006 9:23 AM
>To: accessd at databaseadvisors.com
>Subject: Re: [AccessD] Secure a DB...kinda?
>
>Its just what the lawyer was asking for...I gave them a tool to view a 
>large
>
>number of records...he wanted to share the info with other 
>lawyers...but did
>
>not want them to have the functionality he had.  His request was 'No 
>searching' and 'No exporting'...just reading.  And it had to be 
>provided in a single file...No FE/BE...no install.
>
>I wasn't sure anything like this was possible...so thought I'd ask.
>
>Anyone know what the "Command-Line Arguments" setting is for on the 
>ADVANCED
>
>tab of OPTIONS?
>
>Thanks,
>
>Mark A. Matte
>
>
> >From: Rocky Smolin - Beach Access Software <bchacc at san.rr.com>
> >Reply-To: Access Developers discussion and problem 
> >solving<accessd at databaseadvisors.com>
> >To: Access Developers discussion and problem 
> >solving<accessd at databaseadvisors.com>
> >Subject: Re: [AccessD] Secure a DB...kinda?
> >Date: Wed, 26 Jul 2006 17:21:19 -0700
> >
> >But now you're talking about real deliberate mischief instead of just

> >curiosity or error.  Is this a problem in this environment?
> >
> >Rocky
> >
> >
> >RANDALL R ANTHONY wrote:
> > > Ah, that's right, it could still be linked via another db.
> > >
> > >
> > >>>> "Mark A Matte" <markamatte at hotmail.com> 07/26/06 4:29 PM >>>
> > >>>>
> > > Hiding the tables does not prevent linking.
> > >
> > > I'm not sure I can even do this...but the solution I've been asked

> > > to provide is a way for someone to view a report...not have access

> > > to the
> > >
> > > data...just view the report...this way no searching is allowed.  I

> > > can do part of this by have a form at startup that turns off the
>bypass...gets
> > > rid
> > > of ALL menus and shortcuts...and opens the report...this however 
> > > does not prevent them linking to the data from another db.
> > >
> > > Any ideas?
> > >
> > > Thanks,
> > >
> > > Mark
> > >
> > > P.S...as for the reason why...lets just say there is a reason 
> > > there
>are
> > > so
> > > many lawyer jokes.
> > >
> > >
> > >
> > >> From: "RANDALL R ANTHONY" <RRANTHON at sentara.com>
> > >> Reply-To: Access Developers discussion and problem 
> > >> solving<accessd at databaseadvisors.com>
> > >> To: <accessd at databaseadvisors.com>
> > >> Subject: Re: [AccessD] Secure a DB...kinda?
> > >> Date: Wed, 26 Jul 2006 16:08:38 -0400
> > >>
> > >> The quick and dirty might be to just hide the tables and disable 
> > >> the shortcut keys unhide function or the toolbar.
> > >>
> > >>
> > >>>>> <DWUTKA at marlow.com> 07/26/06 4:04 PM >>>
> > >>>>>
> > >> Hmmm,  a little tough to do that.  Access User Level security can
> > >>
> > > lock
> > >
> > >> users
> > >> out of objects, including tables, however, that means they can't 
> > >> get
> > >>
> > > to
> > >
> > >> them
> > >> at all.  I believe if a user has read rights, they still can't
'link'
> > >> the
> > >> table, not absolutely sure about that, have to check.  But if 
> > >> they
> > >>
> > > can
> > >
> > >> read
> > >> the data from the table in a form, they will be able to open the
> > >>
> > > table
> > >
> > >> in
> > >> the database window.
> > >>
> > >> If reading doesn't allowing linking, you could always hide the DB

> > >> window (or hide the access window).  That would prevent the user 
> > >> from getting to the tables directly in the database.
> > >>
> > >> Even if read-only permissions don't allow a user to link, it 
> > >> still wouldn't be perfect, you'd be able to view the data with 
> > >> ADO/DAO code
> > >>
> > > still....
> > >
> > >> Just curious, what's the actual goal here?
> > >>
> > >> Drew
> > >>
> > >> -----Original Message-----
> > >> From: Mark A Matte [mailto:markamatte at hotmail.com]
> > >> Sent: Wednesday, July 26, 2006 2:34 PM
> > >> To: accessd at databaseadvisors.com
> > >> Subject: [AccessD] Secure a DB...kinda?
> > >>
> > >> Hello All,
> > >>
> > >> I would like to do 'something' with access...I want to be able to
> > >>
> > > send
> > >
> > >> out
> > >> an MDB or MDE...and no matter who opens it...no password
> > >>
> > > required...but
> > >
> > >> if
> > >> someone were to try and link or get to the tables...a password 
> > >> would
> > >>
> > > be
> > >
> > >> required?
> > >>
> > >> I could do this with a FE/BE scenario...but this is not an
option.
> > >>
> > >> Any ideas?
> > >>
> > >> Thanks,
> > >>
> > >> Mark A. Matte
> > >>
> > >>
> > >> --
> > >> AccessD mailing list
> > >> AccessD at databaseadvisors.com
> > >> http://databaseadvisors.com/mailman/listinfo/accessd
> > >> Website: http://www.databaseadvisors.com
> > >> --
> > >> AccessD mailing list
> > >> AccessD at databaseadvisors.com
> > >> http://databaseadvisors.com/mailman/listinfo/accessd
> > >> Website: http://www.databaseadvisors.com
> > >> --
> > >> AccessD mailing list
> > >> AccessD at databaseadvisors.com
> > >> http://databaseadvisors.com/mailman/listinfo/accessd
> > >> Website: http://www.databaseadvisors.com
> > >>
> > >
> > >
> > >
> >
> >--
> >Rocky Smolin
> >Beach Access Software
> >858-259-4334
> >www.e-z-mrp.com
> >
> >--
> >AccessD mailing list
> >AccessD at databaseadvisors.com
> >http://databaseadvisors.com/mailman/listinfo/accessd
> >Website: http://www.databaseadvisors.com
>
>
>--
>AccessD mailing list
>AccessD at databaseadvisors.com
>http://databaseadvisors.com/mailman/listinfo/accessd
>Website: http://www.databaseadvisors.com
>--
>AccessD mailing list
>AccessD at databaseadvisors.com
>http://databaseadvisors.com/mailman/listinfo/accessd
>Website: http://www.databaseadvisors.com


--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list