I have a handful of similar forms. Some are updating fine and others aren't. It the Single Form, I have ~25 [expense] text boxes. For each record, some will get filled in and others won't. If certain expenses are filled in the [totalE] text box (=[E1]+[E2]+...[E25]) in my form footer updates, but for others it doesn't. I added a me.requery in the After Update of a few of the 25 text boxes and this does work, but do I really have to add this to every single text box on every form to make it reliable?
Thanks!
Thanks!