I am a summer intern working at a mrtgage company andthey've asked me to design a database in Access 97 to handle their disaster recovery information. I've designed the database, but I've run into a problem implementing it.
I have a table to list what servers we have and another table to list the Applications we are using. My problem is that I need to be able to list multiple servers for each application, and also re-use the servers for other applications as well. After a little research, I learned about Many-to-Many relationships and decided to try using one.
The only thing is that it's not working. I can form the Many-to-One relationship between the ServerName table and the junction table, but I am unable to build a reltionship between the Application table and the junction table. It keeps telling me that it cannot build the relationship.
How could I fix this? As I said, I'm only an intern, but I would like to fix the problem they've given me. (I would go to other people here at the company, but I was given the assignment because almost no one else is even semi-familiar with Access.)