Hi there everyone. So basically, I'm responsible for creating a database for my company that acts as a quoting system where the database stores information for each part number and then quotes can be created based upon a lot of different criteria. The system we currently have is on excel and hasn't been updated in around 15 years (which means lots of fun for me...). There are a bunch of different tabs with different sections such as summary, labor, company information, quote, and other tabs for specific manufacturing processes. Right now I have a "Part Table" and a "Company Table" with many forms and queries for entering BASIC data for both the parts and customers that go along with the parts. Now I need to develop a system that is similar to the excel format, but much neater and up to date. My initial thought was to have all of the information in the "Part Table" and call upon and edit that information through various forms which would be in a navigation form for easy navigation, obviously ha. That seems very cumbersome and messy so then I thought about having separate tables for each "tab" and calling upon the specific information I need for each form through a query using data from both the "Part Table" and specific "tab" table. This seems neater to me, but I feel as if I will run into a lot of problems. What are you guys thinking about this? Thank you very much for reading this rant and any ideas will help.
P.S. I'm not very good at SQL and I have about 1 years limited experience with access teaching myself so I'm not that good, but I can handle myself. Thanks again!