Is there a way to force all the controls on my form to update to current values simultaneously whenever I change a value somewhere on my form (via any and all controls)? I'm ending up with a bazillion strings of identical code, each attached to the event of several controls - when there's gotta be a way to force everything to update. I'm betting there's a way to force all the controls on the form using "requery," or "repaint"... something like that.