I’m trying to build a form that puts information into a single table. The information includes
a customer number, name of requestor (which can be different at different times) title of a document, and number of copies ordered. Nice and straight-forward.
But I would like to not be required to repeat entry of the customer number and name of requestor, as that is often the same for two or three different titles at a time, but be able to change it when I’m ready to go on to entering the next order. Since all of this data goes into the same table, I’m a little more stumped than just using a sub-form for the item list. The customer number is the only thing that associates to the rest of the database (as it is used to pick up the name and address of the school).