Hello smart people,
I am attempting to create a medical equipment list for a hospital. My end goal is to have a report that lists each room in the hospital with the equipment in each room.
I have created a database with three tables. The room table has room names and room numbers. The equipment table has equipment name and equipment number. I then created a third table called “equipment by room” and related the other two tables to this table. The problem I am having is with the third table. I can’t get the equipment number and equipment name to “stick” together. When I select equipment number “101” I want the equipment name to say “bed”. Currently, when I select “101” the equipment name field allows me to select any equipment name from the list. I want the equipment name field to automatically say “bed” if the equipment number is “101”.
How do I do that?
Additionally, I am using queries for each room to show the equipment in that room.
I then plan on creating a report to list all the queries.
Is this the best way to achieve my goal?
Thank you very much for any help you can provide.
Matt