Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

track changes???

Status
Not open for further replies.

parallon

MIS
Dec 27, 2002
103
US
Hello all. I am wondering if there is a way to tell when I input data in the front end of an application, exactly which tables and fields are affected by that change? Is this anything that would be easy?

Thanks in advance,

Parallon

"I used to think that the more that you knew, the farther you would go, then I realized that the more that you know, the more they use you."

-Me
 
If what you are asking for is a table editing log then yes, this is an complicated matter. It can be done where you create a log table with fields like Tablename, RecordID, Fieldname, DateOfEdit, TimeOfEdit, UserName, OldDate, NewData. Everytime a field is modified then a record is created in code. This provides for a complete data history of your tables. The level of detail that you need would dictate the complexity of this process.

I am sure there are threads here at TT or in the FAQ where a record history was discussed. I haven't looked yet but a search would be helpful at this time.

Post back if you have questions.

[COLOR=006633]Bob Scriver[/color]
MIState1.gif
[COLOR=white 006633]MSU Spartan[/color]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top