Tracking changes

R

Ron

Need help with tracking chagnes in a database. Can you track changes in a
database? Is this possibe? If so, can anyone help me with this. I would like
ot be able to track cahnges made.

Thanks
 
J

J. Clay

If you have a need to track changes at the database level rather than the
interface level, you will need to use a database such as SQL Server that
allows for triggers at the table level. Otherwise, tracking changes made on
forms is the only option.

J. Clay
 
Top