I am trying to set up a mailing list database and having 5 tables:
1. Customers with: customer_id, name, company, address, city, state_id (number), zip...
2. States with: state_id (autonumber), states_name
3. Services: services_id, services_name (Fedex, DHL, UPS...)
4. Shipping: ship_id...