Hi,
Have the users open the database in exclusive mode, see:
ACC2000: How to Use Command-Line Switches in Microsoft Access
http://support.microsoft.com/default.aspx?scid=kb;en-us;209207
Example:
c:\Program Files\Microsoft Office\Office\msaccess.exe Northwind.mdb /Excl
/X Add Products
I hope this helps! If you have additional questions on this topic, please
respond back to this posting.
Regards,
Eric Butts
Microsoft Access Support
(e-mail address removed)
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<
http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <
http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."
This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
| Content-Class: urn:content-classes:message
| From: "(e-mail address removed)" <
[email protected]>
| Sender: "(e-mail address removed)" <
[email protected]>
| Subject: Concurrent access problem
| Date: Mon, 12 Apr 2004 02:03:22 -0700
| Lines: 8
| Message-ID: <
[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcQgbQF6hmmlK7UOSk2JzWQtfwZyiQ==
| Newsgroups: microsoft.public.access.security
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.access.security:9900
| NNTP-Posting-Host: tk2msftngxa12.phx.gbl 10.40.1.164
| X-Tomcat-NG: microsoft.public.access.security
|
| Hi..I have develop an application with MS Access as my
| database. I have the problem when come to the concurrent
| access by more than 1 user. The transaction no. will
| duplicate, as the result will affect my data integrity.
| How can I lock the database when 1 user is doing the
| updating while waiting for another request to coming in?
|
| Thank you for your help.
|