Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 19th, 2003, 11:26 AM
Registered User
 
Join Date: Jun 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Multiple user access to Access

I have a student database in which many teachers need to update grades. Can Access be set up to allow more than one person to enter data (in different records)at a time? If so, how?
 
Old November 19th, 2003, 02:14 PM
sal sal is offline
Friend of Wrox
 
Join Date: Oct 2003
Posts: 702
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Yes it can by default. Just place the database on a server(shared drive). Just remember to make daily backups of the database. You should not have any problems sharing the database.

Do remember that you will not be able to make changes to the objects while another user has the database open.

Do you do any VBA coding in your forms at all?



Sal
 
Old November 19th, 2003, 05:24 PM
Registered User
 
Join Date: Jun 2003
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks for the advice; its good to be pointed in the right direction.

thutt
 
Old November 19th, 2003, 07:12 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 625
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jemacc
Default

Quote:
quote:Originally posted by thutt
 Thanks for the advice; its good to be pointed in the right direction.

thutt
you can also split your database. create two database.
1. place all your tables in one database
2. Place all your forms, queries,reports on another
3. link your database (data tables) to your forms and queries

 
Old November 20th, 2003, 10:06 AM
Authorized User
 
Join Date: Jun 2003
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You should also check the options to assure that the database is set to 'Shared'. That is the default setting but it never hurts to verify things are going as planned. To do this in the database window go to Tools/Options/Advanced and choose the Shared in defalut open mode. I also have some code that can be placed in the autoexec macro that will always set your database to shared when it is opened - if you are interested let me know.

Kenny Alligood
 
Old December 21st, 2005, 08:50 PM
Registered User
 
Join Date: Dec 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi Kenny,

May I also have this code for shared access. Also, will it work if I choose the option to split my database?

Kindest Regards,
Nancy

 
Old December 21st, 2005, 10:23 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,093
Thanks: 1
Thanked 12 Times in 11 Posts
Default

Hi Nancy & Vin,

Unfortunately Kenny hasn't posted to p2p.wrox.com for over a year now (always enjoyed hearing from him), but the function he was referring to is one I posted on the "old" Wrox forum (circa 2002). I posted it as an event procedure. Just change the procedure header to someting like:

Public Function SetToShared()

and you can call it from an AutoExec macro.

Here is the thread:

http://p2p.wrox.com/archive/access/2002-09/35.asp

HTH,

Bob






Similar Threads
Thread Thread Starter Forum Replies Last Post
Access Forms - Multiple User Interface nadhan_f BOOK: Access 2003 VBA Programmer's Reference 1 October 23rd, 2007 04:37 PM
User Access mattastic SQL Server 2000 1 July 6th, 2005 08:24 AM
User Access mattastic SQL Server 2000 1 October 1st, 2004 05:41 AM
Ristricting User Access to one ranakdinesh ADO.NET 8 July 2nd, 2004 07:30 AM
Access denied for user wisconsin MySQL 13 June 17th, 2004 08:46 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.