473,387 Members | 1,624 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How to check who and when access data was entered/changed?

I have a Access database that is used by several employees for several different reasons. I also use this database to track and pay incentive for payroll purposes. I recently have had some incentive numbers being changed and want to be able to pin point who or at least when the changes were made. Is this even possible?

Thanks,

Joe
Jan 30 '11 #1
2 2174
Rabbit
12,516 Expert Mod 8TB
You can code a logging system into all the forms. However, that doesn't stop them from going in and modifying the tables directly. The only way around this is to obsfucate the data so the employee won't be able to make a change unless they know how the data was obsfucated.
Jan 30 '11 #2
Jerry Maiapu
259 100+
In many of the databases I have created, I capture the details of the logged in user and the date a record was modified.

To do the recording you need to plan first.
Like Rabbit mentioned, first create a login form for users to log in, secondly, make all forms bounded to users table so that you can access the username or find other ways to atleast capture the username on your form, thirdly, have some buttons to save any changes made.
On the save button's on click event you can insert the username and today's date into a independent table.

Then use a datasheet form to display the records from table.

Just some hint there though there are many ways of keeping a log of changes made.
Hope this points you in the right direction.
Jan 31 '11 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: m3ckon | last post by:
Hi there, I'm trying to come up with a definitive list of ACcess data types that cause a problem when upsizing to SQL Server. On the last occasion that I upsizzed, SQL Server had an issue with...
1
by: Mojca | last post by:
I have a problem with a report of data entered on the current day. Data are enter in a continous form. In this form I have field named Current_date_entered_data – text box which has default value...
6
by: MLH | last post by:
I would like a scanner - something like a pencil that would allow me to attempt to scan printed text off hardcopies. Not all text on a page, mind you. Something I could use to scan just the words...
3
by: Lawlee | last post by:
How can I trigger a e-mail when new data is entered in a table without a form? Thanks
3
by: mike | last post by:
I'm writting a q&a chat application and hae a small refeshing IFRAME to check if there has been a new or modified chat item written, if so the main chat window refreshes and the datagrid gets...
2
by: rana | last post by:
Is there you to show message to all asp.net users when any data get entered in a table in the database. Just to give an idea I am trying to show Outlook webaccess style alert that it shows when...
1
by: swynne | last post by:
Hi friendly people...I am a newb to programming and need a little assistance. I have a small personal ad database created in Access, however all is well until I want the personal ad link to take me...
7
by: Finger.Octopus | last post by:
How to access data from MS Access? I tried ADOdb for Python but it doesn't seems to work. Even the official examples dont work, like this one: import adodb conn =...
6
by: rojelio | last post by:
I have a form with many fields... the fields are getting values from a database. I've tried onunload to just submit the form regardless of changes or not but onunload and submit isn't working...
2
by: sweatha | last post by:
I have created a login form in asp.net web page.Just like that I have created a table named login which has 2 fields as username & password in SQL Server 2000. I have to check whether the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.