I have a form with the following fields and data types:
Date: text in "mmm dd, yyyy" format
JAF: checkbox
EFS: checkbox
txt_ChAttn: textbox, generic format
Note: textbox, generic format
Basically, I've written code that does an AfterUpdate whenever JAF or EFS are checked or unchecked. It...