I'm making a shop order entry system. Basically I take a work order that a sales person writes and rewrite into a door builders language. I'm having trouble with the form's record source. I have multiple tables that contain related information about such things as door type, customer name, and ready date. There is a lot of information to be stored into these tables. When I go to connect the form to the tables I get the query builder and I give it all the tables information. The problem is that there is way to many fields. The limit is 255 but the combined fields of all the tables is massive. What am I doing incorrect here. Is there another "model" I should be following?