PC Review


Reply
Thread Tools Rate Thread

Can I track and view changes in Access?

 
 
=?Utf-8?B?UmFjZWNhcg==?=
Guest
Posts: n/a
 
      18th Feb 2006
Like Track Changes in Excel, if it's possible, I need to find the changes
that were made in an Access 2003 DB: such as text changes, Record additions
or deletions and so on. Is this possible???
 
Reply With Quote
 
 
 
 
Joseph Meehan
Guest
Posts: n/a
 
      18th Feb 2006
Racecar wrote:
> Like Track Changes in Excel, if it's possible, I need to find the
> changes that were made in an Access 2003 DB: such as text changes,
> Record additions or deletions and so on. Is this possible???


I don't believe there is any direct method. There are several home
grown methods to track various changes.

--
Joseph Meehan

Dia duit


 
Reply With Quote
 
(PeteCresswell)
Guest
Posts: n/a
 
      18th Feb 2006
Per Racecar:
>Like Track Changes in Excel, if it's possible, I need to find the changes
>that were made in an Access 2003 DB: such as text changes, Record additions
>or deletions and so on. Is this possible???


Only if you code it yourself. It's too late after-the-fact unless you have two
versions of the same DB and do a field-by-field compare.
--
PeteCresswell
 
Reply With Quote
 
Arvin Meyer [MVP]
Guest
Posts: n/a
 
      18th Feb 2006
"Racecar" <(E-Mail Removed)> wrote in message
news:32B63B4E-BF17-4C90-93AD-(E-Mail Removed)...
> Like Track Changes in Excel, if it's possible, I need to find the changes
> that were made in an Access 2003 DB: such as text changes, Record

additions
> or deletions and so on. Is this possible???


I write the changes to a history table in the form's BeforeUpdate event.
Something like:

strSQL = "INSERT INTO tblHistory ( Field1, Field2, ...)"
strSQL = strSQL & " VALUES (" & rst!ID & ", '" & strValue & "', " & ... &
"');"
db.Execute strSQL
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access


 
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
View Track changes Maanu Microsoft Word New Users 1 23rd Mar 2010 03:00 PM
Can't view track changes DannyP Microsoft Word Document Management 2 18th Sep 2009 11:25 AM
Track Changes - Increase View Joop Microsoft Excel Misc 0 29th Apr 2009 11:44 AM
Getting rid of track changes view in new document =?Utf-8?B?Qk1J?= Microsoft Word Document Management 2 31st Jul 2007 08:46 PM
How do I view ALL track changes in a document? =?Utf-8?B?SmFuYQ==?= Microsoft Word Document Management 1 9th Nov 2005 09:30 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:14 AM.