
Originally Posted by
Gina Maylone
So, I think what you really need to do, to begin with (and will help greatly toward normalizing), have 2 tables, Invoices and InvoiceDetails. they would be related (one to many) by InvoiceNum. InvoiceDetails would include each line item for the Invoice and could easily be counted, set it up similar to your Work Order form. Then you also need a Supplier table (include all information related to suppliers). Have one Cities table (instead of Parts Supplier City, Shipped to City, etc) to use in your other tables, include all cities used throughout the database. Group your objects logically. ie. all items related to an invoice go in the Invoice table and so on.
HTH.
Gina