Is there a simple method to detect whether a backend database has changed while the database is open? I am archiving backups and want to determine if a backup will be effective in a selected time interval. I've considered several approaches that involve logging record inserts, deletes and updates for each form. This seems like overkill when I only need to set a change/no change flag.
Thanks -
RC
Thanks -
RC