|
|
Sharing Database
Currently I have a database that only a few people can access. I would like
to make available one report that has selection criteria available to other
users. There's nothing that any other user would need to update/edit. They
would just need to be able to select a name from the dialog box (popup form)
and print labels (report) for that person. What is the best way to do this?
|
|
0
|
|
|
|
Reply
|
Utf
|
1/22/2010 6:57:01 PM |
|
"MissBart" <MissBart@discussions.microsoft.com> wrote in message
news:5F6D7A83-3917-4694-B38A-62ABE46661FA@microsoft.com...
> Currently I have a database that only a few people can access. I would
> like
> to make available one report that has selection criteria available to
> other
> users. There's nothing that any other user would need to update/edit. They
> would just need to be able to select a name from the dialog box (popup
> form)
> and print labels (report) for that person. What is the best way to do
> this?
You should have your backend (tables, relationships, and data) separate from
each user's front-end. Just for simplicity, I'd then create a separate
frontend for the "report only" users... with a form so they can choose the
user and initiate the report. I'd link the pertinent table(s) from that
front end, but not give those users edit, add, or delete capability. If you
want to complicate your life a little, you can use Access' security to limit
what they can see/do (if you are using Access 2007, you'll have to use an
MDB database if you want to use security; and you should be aware that it is
relatively easy to crack).
There's good discussion of security at MVP Tony Toews' site
http://www.granite.ab.ca/accsmstr.htm and at several other MVP sites listed
at http://sp.ntpcug.org/accesssig/default.aspx . There's also a White Paper
on Security that you can download from Microsoft. But, I'd suggest a
separate database for the ones who only need to print labels.
Larry Linson
Microsoft Office Access MVP
|
|
0
|
|
|
|
Reply
|
Larry
|
1/22/2010 9:39:50 PM
|
|
|
1 Replies
178 Views
(page loaded in 0.025 seconds)
Similiar Articles: Sharing Database over LAN - microsoft.public.accessI want to share my Database Over LAN (Local Area Network) It should not be accessed only as readonly database, but the LAN users should be allowed t... Sharing BCM database - microsoft.public.office.miscHow can I move the BCM data base to my server so that all office folks can share and update? In my desktop Outlook - data files specifies location ... Sharing access to an Access Database - microsoft.public.access ...Hi, I have a form in an Access database that I would like 4 or 5 people to be able to access and update, how is it possible to do this so they can ac... Sharing Project data - microsoft.public.mac.office.entourage ...Is it possible to share project data between the three Macs on my home network? Thanks... Steve -- ... 2007 Shared vs Split Database - microsoft.public.access ...I have always split the database, frontends and backend, when several users need to access it and update it. In 2007, I see under Access Options, ... How to share Access Database in local area network - microsoft ...Ways to share an Access database - Access - Office.com... of the methods that you can use to share an Access database, and ... in that the tables are stored on the ... Shared Access DB is Locked in Exclusive Mode - microsoft.public ...Locking Shared Data by Using Recordset Objects in VBA... not use exclusive mode to open the database or other users will be locked ... open an Access database in ... Sharing only forms, not tables - microsoft.public.access ...I have an access database. I have designed several forms which shows information retrieved by querries. I would like to share this forms with my colle... Create a shared data source in SQL with PowerShell - microsoft ...I have created some SQL reports, and would like to automate creation of the shared data source in SQL Reporting Services. Has anyone tried this or k... BCM 2010 - database problem - microsoft.public.outlook.general ...Hi, I have serious problem with my BCM 2010 database. I have a BCM 2010 database instaled on one domain user profile (local database without any share). Data sharing - Wikipedia, the free encyclopediaData sharing is the practice of making data used for scholarly research available to other investigators. Replication has a long history in science. The motto of The ... Ways to share an Access database - Access - Office.comThis article provides an overview of the methods that you can use to share an Access database, and the factors that you should consider when you decide which method ... Homepage | Share Data Business SolutionsShare Data Business Solutions, trusted computer support for businesses throughout and including Tulsa – Let us help you today! Maybe you’re concerned w... About sharing an Access database on a network (MDB) - Access ...There are several ways you can share data in a multiuser environment. Share the entire Access database You can put the entire Access database on a network server or ... Share Databases - BizCardReader - Business and Insurance Card ScannerBizCardReader Systems are available with multi-user license packages so you can immediately share the card database with others in your office 7/25/2012 10:23:18 AM
|
|
|
|
|
|
|
|
|