
Originally Posted by
jcollins
Well I was thinking that I would write a script that would select the ID number of the newest record (not sure how to do that) compare that to a list of the ID's of records that had already been processed. If the ID wasn't in the list then, then it would be processed (meaning selected fields would go into an email to a particular user). Then the script would go to the next newest ID and compare it to the already processed ID list. The same logic would apply. This would loop until an ID that was processed was found and then the script would shut access down.
Somewhere in there the new ID's would be added to the "already processed" list.