PC Review


Reply
Thread Tools Rate Thread

Access- How to log which user has modified access db?

 
 
Sunil Somani
Guest
Posts: n/a
 
      11th Jan 2010
Hi All,

We have one MS Access database, which is being shared/accessed by number of
users at the same moment. Few of them are admin users too who can perform
update/delete/insert operations too.

Now we have a requirement to log which users has perform which update
operations. Is there some way, can you please advise.

Thank you so much in advance,

Best regards,
Sunil Somani

 
Reply With Quote
 
 
 
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      11th Jan 2010
If you have User Level security enabled, you can add a column to each table
and call the CurrentUser() function and add that user in the before update
event of the form. Without that, you can use the fOSUserName function from
the Access Web:

http://www.mvps.org/access/api/api0008.htm
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com


"Sunil Somani" <(E-Mail Removed)> wrote in message
news:54984EAF-84B4-4D13-AA5F-(E-Mail Removed)...
> Hi All,
>
> We have one MS Access database, which is being shared/accessed by number
> of
> users at the same moment. Few of them are admin users too who can perform
> update/delete/insert operations too.
>
> Now we have a requirement to log which users has perform which update
> operations. Is there some way, can you please advise.
>
> Thank you so much in advance,
>
> Best regards,
> Sunil Somani
>



 
Reply With Quote
 
Gina Whipp
Guest
Posts: n/a
 
      11th Jan 2010
Sunil,

In addition to what Arvin said, it didn't sound like your application is
split. You will need to do that... You actually should do that anyway.
Here's some information on splitting.

http://www.members.shaw.ca/AlbertKallal/Articles/split/

http://allenbrowne.com/ser-01.html


You may also want to take a look at MVP Tom Wickerath's article...

http://www.accessmvp.com:80/TWickera.../multiuser.htm


To handle the update of multiple front ends see...

http://www.autofeupdater.com/


If each user needs Access you can install the Runtime...

http://www.microsoft.com/downloads/d...displaylang=en

--
Gina Whipp
2010 Microsoft MVP (Access)

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"Arvin Meyer [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> If you have User Level security enabled, you can add a column to each
> table and call the CurrentUser() function and add that user in the before
> update event of the form. Without that, you can use the fOSUserName
> function from the Access Web:
>
> http://www.mvps.org/access/api/api0008.htm
> --
> Arvin Meyer, MCP, MVP
> http://www.datastrat.com
> http://www.mvps.org/access
> http://www.accessmvp.com
>
>
> "Sunil Somani" <(E-Mail Removed)> wrote in message
> news:54984EAF-84B4-4D13-AA5F-(E-Mail Removed)...
>> Hi All,
>>
>> We have one MS Access database, which is being shared/accessed by number
>> of
>> users at the same moment. Few of them are admin users too who can perform
>> update/delete/insert operations too.
>>
>> Now we have a requirement to log which users has perform which update
>> operations. Is there some way, can you please advise.
>>
>> Thank you so much in advance,
>>
>> Best regards,
>> Sunil Somani
>>

>
>



 
Reply With Quote
 
John Spencer
Guest
Posts: n/a
 
      11th Jan 2010
Depending on the complexity of what you need to do, you may need to implement
an audit log or a transaction log. To do this in Access take a look at Allen
Browne's method.

Audit Trail - Log changes at the record level at:
http://allenbrowne.com/AppAudit.html

John Spencer
Access MVP 2002-2005, 2007-2010
The Hilltop Institute
University of Maryland Baltimore County

Sunil Somani wrote:
> Hi All,
>
> We have one MS Access database, which is being shared/accessed by number of
> users at the same moment. Few of them are admin users too who can perform
> update/delete/insert operations too.
>
> Now we have a requirement to log which users has perform which update
> operations. Is there some way, can you please advise.
>
> Thank you so much in advance,
>
> Best regards,
> Sunil Somani
>

 
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
How do I store which user modified a record in Access 2007? Suddi Microsoft Access 5 17th Mar 2010 01:40 PM
Access-how to log which user modified the msaccess database Sunil Somani Microsoft Access Macros 1 11th Jan 2010 07:53 AM
Export Access Data to Excel/Reimport modified data into Access mlloulou Microsoft Access External Data 5 9th Feb 2009 12:09 PM
Adding user name to records modified in Access =?Utf-8?B?SmFra2k=?= Microsoft Access VBA Modules 3 1st Sep 2006 05:44 PM
History log of dates and user that modified the record in Access NewAccessUser Microsoft Access Forms 2 17th Dec 2005 07:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:41 PM.