I have an Acces Databank where I store all the installations of our products.
So I have a table named SITE (Primary key: SITE ID) where I store all the info of all the different locations where I have to install my products.
Then for each site there could be some problems. This I store in my table MAINTENANCE. (Primary keys: SITE ID and DATE; connection with SITE: 1 - Many relationship) Now I want to create a query to look when I had to make more than 2 repairs in one month time. How can I do this
So I have a table named SITE (Primary key: SITE ID) where I store all the info of all the different locations where I have to install my products.
Then for each site there could be some problems. This I store in my table MAINTENANCE. (Primary keys: SITE ID and DATE; connection with SITE: 1 - Many relationship) Now I want to create a query to look when I had to make more than 2 repairs in one month time. How can I do this