Hi
So I am in the midst of creating my very first Access database at work. I have been asked to create a database to keep track of our IT assets. I have my equipment table, which lists the type of equipment (laptop, desktop etc), the make, model, serial number and all that. I have a software table which tells me the software name and the current version we are using. To create the relationship between these two tables I have created a link table, as each piece of equipment can have many pieces of software installed, and each piece of software can be installed on multiple pieces of equipment. So I used a junction table to create the many-to-many relationship. I have created a query that shows each time a piece of software has been added to a piece of equipment. However, it keeps repeating the equipment information each time a new piece of software has been added, so it looks like this for example:
Make Model Serial Number Software Version
HP Probook CNU4T1Y0XF Microsoft Office 2010
HP Probook CNU4T1Y0XF Sage 200 8.0.2
And so on and so forth
I was wondering if it was possible to set it up so that I simply search for one piece of equipment and then it lists all of the software that has been linked to it?
Thanks in advance for any help given