hi,
Is there any way to gather all the updated records from a table easier?
I am working on an existing VFP system. I need to gather all the updated records from a large number of tables daily. The way I am using is to create a new field named UPDATE in a table. The default value is .F.. It is changed to .T. once the record is updated. This field will be reset to .F. daily after updated records are gathered. This way works okay. However, I need to change too many tables and programs.
Any helps would be appreciated.
Peter
Is there any way to gather all the updated records from a table easier?
I am working on an existing VFP system. I need to gather all the updated records from a large number of tables daily. The way I am using is to create a new field named UPDATE in a table. The default value is .F.. It is changed to .T. once the record is updated. This field will be reset to .F. daily after updated records are gathered. This way works okay. However, I need to change too many tables and programs.
Any helps would be appreciated.
Peter