Is it generally possible to automatically check off a checkbox field when (a) record(s) will be printed?
I usually get nightly csv datafiles from remote with a binary field 'archive' set to '0'. When in list/view mode I want to print (all) new record(s) and simultaneously set 'archive' to '1'.
(When a new file is imported, users search for 'archive'=0 and the results will be printed. When invoking print command, 'archive' bit has to be set to '1'.)
Thanks.