I've a query using the Totals feature which is counting the number of licences issued (column 2)to the actual number of licences available (column3)
SName CountofSname NoLic
Photoshop 6 5
Word 5 7
I need to run another query to show those records where the number of licences is greater then the countofsoftware eg, column 3 greater than column 2. Been mucking around for a while with this. Some sort of nested query perhaps?
Any ideas. Thanks
SName CountofSname NoLic
Photoshop 6 5
Word 5 7
I need to run another query to show those records where the number of licences is greater then the countofsoftware eg, column 3 greater than column 2. Been mucking around for a while with this. Some sort of nested query perhaps?
Any ideas. Thanks