A family of Microsoft relational database management systems designed for ease of use.
Thanks for the reply.
I will take a look at Normalization principles for databases.
I was hoping to create a unique ID starting at 1 that increments 1 by each row. I saw the AutoNumber field, but if you have to delete a row it continues counting and doesn't reuse that number. Is there a way to change that behavior in the table itself? Right now in Excel we are using the first letter from the first and last name along with an appended 1001 where the number increments for each customer (Ex. Richard Brown would be RB1001 if he was the first entry. If you think there is a better way to create or generate the Customer ID, I am open to anything.
I could put all the information in one table, but I thought it might be easier to keep it in two. I have very little experience in databases so I am not sure the best way to lay things out.
I'm at a start up company now so the database is very small. There will just be 3 or 4 users handling actually inputting the data. I will just be in charge of pulling the reports and keeping it organized. I'll take a look at that multi-user database article as well.