I have a problem with the loading of my forms---they're really slow. I "think" it's b/c my code is long and repetitive. (correct me if I'm wrong) I have these txtboxes linked to number fields in a table txt1, txt2, txt3...etc. There are occassions where I have to run through each one of these txtboxes to do a formula which is really teadious. Anyone know a way I can do a loop of some sort? Someone once mentioned something about collections, but I don't quite get the concept and if that really applies to this.