Shouldn't
me.parent!mycontrolname and me.parent.controls("mycontrolname") equal the same thing?? In my version of access they don't. I've also had other weird referencing issues like: form_myform.mycontrol <> me.mycontrol
Also why would my form_current execute twice?? (I have a...