Hi guys I have a table that stores all the hardware that users have on site, some of these users have more than one piece of hardware like multiple machines etc
Now all the users machines are referanced to them by thier payroll number for example
ID (autonumber)(key) - Payroll - Machine - Asset Number
so someone with a payroll number 6363 could have 4 machines and someone else with say payroll of 1658 could only have one machine
I would like to have a query that will return all the payroll numbers of the people that have more than one machine how would I go about this?
Now all the users machines are referanced to them by thier payroll number for example
ID (autonumber)(key) - Payroll - Machine - Asset Number
so someone with a payroll number 6363 could have 4 machines and someone else with say payroll of 1658 could only have one machine
I would like to have a query that will return all the payroll numbers of the people that have more than one machine how would I go about this?